Struct rusoto_directconnect::AllocateHostedConnectionRequest [] [src]

pub struct AllocateHostedConnectionRequest {
    pub bandwidth: String,
    pub connection_id: String,
    pub connection_name: String,
    pub owner_account: String,
    pub vlan: i64,
}

Container for the parameters to theHostedConnection operation.

Fields

The bandwidth of the connection.

Example: 500Mbps

Default: None

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

The ID of the interconnect or LAG on which the connection will be provisioned.

Example: dxcon-456abc78 or dxlag-abc123

Default: None

The name of the provisioned connection.

Example: "500M Connection to AWS"

Default: None

The numeric account ID of the customer for whom the connection will be provisioned.

Example: 123443215678

Default: None

The dedicated VLAN provisioned to the hosted connection.

Example: 101

Default: None

Trait Implementations

impl Default for AllocateHostedConnectionRequest
[src]

[src]

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

impl Debug for AllocateHostedConnectionRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for AllocateHostedConnectionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more