Struct rusoto_directconnect::CreateLagRequest [] [src]

pub struct CreateLagRequest {
    pub connection_id: Option<String>,
    pub connections_bandwidth: String,
    pub lag_name: String,
    pub location: String,
    pub number_of_connections: i64,
}

Container for the parameters to the CreateLag operation.

Fields

The ID of an existing connection to migrate to the LAG.

Default: None

The bandwidth of the individual physical connections bundled by the LAG.

Default: None

Available values: 1Gbps, 10Gbps

The name of the LAG.

Example: "3x10G LAG to AWS"

Default: None

The AWS Direct Connect location in which the LAG should be allocated.

Example: EqSV5

Default: None

The number of physical connections initially provisioned and bundled by the LAG.

Default: None

Trait Implementations

impl Default for CreateLagRequest
[src]

[src]

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

impl Debug for CreateLagRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateLagRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more