Struct rusoto_directconnect::Connection [] [src]

pub struct Connection {
    pub aws_device: Option<AwsDevice>,
    pub bandwidth: Option<Bandwidth>,
    pub connection_id: Option<ConnectionId>,
    pub connection_name: Option<ConnectionName>,
    pub connection_state: Option<ConnectionState>,
    pub lag_id: Option<LagId>,
    pub loa_issue_time: Option<LoaIssueTime>,
    pub location: Option<LocationCode>,
    pub owner_account: Option<OwnerAccount>,
    pub partner_name: Option<PartnerName>,
    pub region: Option<Region>,
    pub vlan: Option<VLAN>,
}

A connection represents the physical network connection between the AWS Direct Connect location and the customer.

Fields

The Direct Connection endpoint which the physical connection terminates on.

Bandwidth of the connection.

Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)

Default: None

The time of the most recent call to DescribeLoa for this connection.

The AWS account that will own the new connection.

The name of the AWS Direct Connect service provider associated with the connection.

Trait Implementations

impl Default for Connection
[src]

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

impl Debug for Connection
[src]

Formats the value using the given formatter.

impl Clone for Connection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more