Struct rusoto_directconnect::NewPublicVirtualInterface [] [src]

pub struct NewPublicVirtualInterface {
    pub address_family: Option<String>,
    pub amazon_address: Option<String>,
    pub asn: i64,
    pub auth_key: Option<String>,
    pub customer_address: Option<String>,
    pub route_filter_prefixes: Option<Vec<RouteFilterPrefix>>,
    pub virtual_interface_name: String,
    pub vlan: i64,
}

A structure containing information about a new public virtual interface.

Fields

Trait Implementations

impl Default for NewPublicVirtualInterface
[src]

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

impl Debug for NewPublicVirtualInterface
[src]

Formats the value using the given formatter.

impl Clone for NewPublicVirtualInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more