Struct rusoto_directconnect::RouteFilterPrefix [] [src]

pub struct RouteFilterPrefix {
    pub cidr: Option<String>,
}

A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.

Fields

CIDR notation for the advertised route. Multiple routes are separated by commas.

IPv6 CIDRs must be at least a /64 or shorter

Example: 10.10.10.0/24,10.10.11.0/24,2001:db8::/64

Trait Implementations

impl Default for RouteFilterPrefix
[src]

Returns the "default value" for a type. Read more

impl Debug for RouteFilterPrefix
[src]

Formats the value using the given formatter.

impl Clone for RouteFilterPrefix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more