You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::Interconnect
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::Interconnect
- Defined in:
- (unknown)
Overview
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.
-
#has_logical_redundancy ⇒ String
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
-
#interconnect_id ⇒ String
The ID of the interconnect.
-
#interconnect_name ⇒ String
The name of the interconnect.
-
#interconnect_state ⇒ String
The state of the interconnect.
-
#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.
-
#provider_name ⇒ String
The name of the service provider associated with the interconnect.
-
#region ⇒ String
The AWS Region where the connection is located.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the interconnect.
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.
#has_logical_redundancy ⇒ String
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
Possible values:
- unknown
- yes
- no
#interconnect_id ⇒ String
The ID of the interconnect.
#interconnect_name ⇒ String
The name of the interconnect.
#interconnect_state ⇒ String
The state of the interconnect. The following are the possible values:
requested
: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.pending
: The interconnect is approved, and is being initialized.available
: The network link is up, and the interconnect is ready for use.down
: The network link is down.deleting
: The interconnect is being deleted.deleted
: The interconnect is deleted.unknown
: The state of the interconnect is not available.Possible values:
- requested
- pending
- available
- down
- deleting
- deleted
- unknown
#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.
#provider_name ⇒ String
The name of the service provider associated with the interconnect.
#region ⇒ String
The AWS Region where the connection is located.
#tags ⇒ Array<Types::Tag>
The tags associated with the interconnect.