Struct rusoto_directconnect::CreateInterconnectRequest [] [src]

pub struct CreateInterconnectRequest {
    pub bandwidth: Bandwidth,
    pub interconnect_name: InterconnectName,
    pub lag_id: Option<LagId>,
    pub location: LocationCode,
}

Container for the parameters to the CreateInterconnect operation.

Fields

The port bandwidth

Example: 1Gbps

Default: None

Available values: 1Gbps,10Gbps

The name of the interconnect.

Example: "1G Interconnect to AWS"

Default: None

Where the interconnect is located

Example: EqSV5

Default: None

Trait Implementations

impl Default for CreateInterconnectRequest
[src]

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

impl Debug for CreateInterconnectRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateInterconnectRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more