Struct rusoto_directconnect::NewPublicVirtualInterfaceAllocation [] [src]

pub struct NewPublicVirtualInterfaceAllocation {
    pub address_family: Option<AddressFamily>,
    pub amazon_address: Option<AmazonAddress>,
    pub asn: ASN,
    pub auth_key: Option<BGPAuthKey>,
    pub customer_address: Option<CustomerAddress>,
    pub route_filter_prefixes: Option<RouteFilterPrefixList>,
    pub virtual_interface_name: VirtualInterfaceName,
    pub vlan: VLAN,
}

A structure containing information about a public virtual interface that will be provisioned on a connection.

Fields

Trait Implementations

impl Default for NewPublicVirtualInterfaceAllocation
[src]

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

impl Debug for NewPublicVirtualInterfaceAllocation
[src]

Formats the value using the given formatter.

impl Clone for NewPublicVirtualInterfaceAllocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more