You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::Connection
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::Connection
- Defined in:
- (unknown)
Overview
Information about an AWS Direct Connect connection.
Returned by:
Instance Attribute Summary collapse
-
#aws_device ⇒ String
The Direct Connect endpoint on which the physical connection terminates.
-
#aws_device_v2 ⇒ String
The Direct Connect endpoint on which the physical connection terminates.
-
#bandwidth ⇒ String
The bandwidth of the connection.
-
#connection_id ⇒ String
The ID of the connection.
-
#connection_name ⇒ String
The name of the connection.
-
#connection_state ⇒ String
The state of the connection.
-
#has_logical_redundancy ⇒ String
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
-
#jumbo_frame_capable ⇒ Boolean
Indicates whether jumbo frames (9001 MTU) are supported.
-
#lag_id ⇒ String
The ID of the LAG.
-
#loa_issue_time ⇒ Time
The time of the most recent call to DescribeLoa for this connection.
-
#location ⇒ String
The location of the connection.
-
#owner_account ⇒ String
The ID of the AWS account that owns the connection.
-
#partner_name ⇒ String
The name of the AWS Direct Connect service provider associated with the connection.
-
#provider_name ⇒ String
The name of the service provider associated with the connection.
-
#region ⇒ String
The AWS Region where the connection is located.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the connection.
-
#vlan ⇒ Integer
The ID of the VLAN.
Instance Attribute Details
#aws_device ⇒ String
The Direct Connect endpoint on which the physical connection terminates.
#aws_device_v2 ⇒ String
The Direct Connect endpoint on which the physical connection terminates.
#bandwidth ⇒ String
The bandwidth of the connection.
#connection_id ⇒ String
The ID of the connection.
#connection_name ⇒ String
The name of the connection.
#connection_state ⇒ String
The state of the connection. The following are the possible values:
ordering
: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.requested
: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.pending
: The connection has been approved and is being initialized.available
: The network link is up and the connection is ready for use.down
: The network link is down.deleting
: The connection is being deleted.deleted
: The connection has been deleted.rejected
: A hosted connection in theordering
state enters therejected
state if it is deleted by the customer.unknown
: The state of the connection is not available.Possible values:
- ordering
- requested
- pending
- available
- down
- deleting
- deleted
- rejected
- unknown
#has_logical_redundancy ⇒ String
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
Possible values:
- unknown
- yes
- no
#jumbo_frame_capable ⇒ Boolean
Indicates whether jumbo frames (9001 MTU) are supported.
#lag_id ⇒ String
The ID of the LAG.
#loa_issue_time ⇒ Time
The time of the most recent call to DescribeLoa for this connection.
#location ⇒ String
The location of the connection.
#owner_account ⇒ String
The ID of the AWS account that owns the connection.
#partner_name ⇒ String
The name of the AWS Direct Connect service provider associated with the connection.
#provider_name ⇒ String
The name of the service provider associated with the connection.
#region ⇒ String
The AWS Region where the connection is located.
#tags ⇒ Array<Types::Tag>
The tags associated with the connection.
#vlan ⇒ Integer
The ID of the VLAN.