Struct rusoto_directconnect::NewPrivateVirtualInterface [] [src]

pub struct NewPrivateVirtualInterface {
    pub address_family: Option<AddressFamily>,
    pub amazon_address: Option<AmazonAddress>,
    pub asn: ASN,
    pub auth_key: Option<BGPAuthKey>,
    pub customer_address: Option<CustomerAddress>,
    pub virtual_gateway_id: VirtualGatewayId,
    pub virtual_interface_name: VirtualInterfaceName,
    pub vlan: VLAN,
}

A structure containing information about a new private virtual interface.

Fields

Trait Implementations

impl Default for NewPrivateVirtualInterface
[src]

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

impl Debug for NewPrivateVirtualInterface
[src]

Formats the value using the given formatter.

impl Clone for NewPrivateVirtualInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more