Struct rusoto_directconnect::AllocateConnectionOnInterconnectRequest [] [src]

pub struct AllocateConnectionOnInterconnectRequest {
    pub bandwidth: String,
    pub connection_name: String,
    pub interconnect_id: String,
    pub owner_account: String,
    pub vlan: i64,
}

Container for the parameters to the AllocateConnectionOnInterconnect operation.

Fields

Bandwidth of the connection.

Example: "500Mbps"

Default: None

Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps

Name of the provisioned connection.

Example: "500M Connection to AWS"

Default: None

ID of the interconnect on which the connection will be provisioned.

Example: dxcon-456abc78

Default: None

Numeric account Id of the customer for whom the connection will be provisioned.

Example: 123443215678

Default: None

The dedicated VLAN provisioned to the connection.

Example: 101

Default: None

Trait Implementations

impl Default for AllocateConnectionOnInterconnectRequest
[src]

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

impl Debug for AllocateConnectionOnInterconnectRequest
[src]

Formats the value using the given formatter.

impl Clone for AllocateConnectionOnInterconnectRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more