Struct rusoto_directconnect::NewPrivateVirtualInterfaceAllocation[][src]

pub struct NewPrivateVirtualInterfaceAllocation {
    pub address_family: Option<String>,
    pub amazon_address: Option<String>,
    pub asn: i64,
    pub auth_key: Option<String>,
    pub customer_address: Option<String>,
    pub virtual_interface_name: String,
    pub vlan: i64,
}

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

Fields

Trait Implementations

impl Default for NewPrivateVirtualInterfaceAllocation
[src]

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

impl Debug for NewPrivateVirtualInterfaceAllocation
[src]

Formats the value using the given formatter. Read more

impl Clone for NewPrivateVirtualInterfaceAllocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NewPrivateVirtualInterfaceAllocation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations