Class: Aws::DirectConnect::Types::Connection
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::Connection
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Information about an Direct Connect connection.
Constant Summary collapse
- SENSITIVE =
[]
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 that terminates the physical connection.
-
#aws_logical_device_id ⇒ String
The Direct Connect endpoint that terminates the logical connection.
-
#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.
-
#encryption_mode ⇒ String
The MAC Security (MACsec) connection encryption mode.
-
#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 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.
-
#mac_sec_capable ⇒ Boolean
Indicates whether the connection supports MAC Security (MACsec).
-
#mac_sec_keys ⇒ Array<Types::MacSecKey>
The MAC Security (MACsec) security keys associated with the connection.
-
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the connection.
-
#partner_name ⇒ String
The name of the Direct Connect service provider associated with the connection.
-
#port_encryption_status ⇒ String
The MAC Security (MACsec) port link status of the connection.
-
#provider_name ⇒ String
The name of the service provider associated with the connection.
-
#region ⇒ String
The Amazon Web Services 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.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#aws_device_v2 ⇒ String
The Direct Connect endpoint that terminates the physical connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#aws_logical_device_id ⇒ String
The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#bandwidth ⇒ String
The bandwidth of the connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#connection_id ⇒ String
The ID of the connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#connection_name ⇒ String
The name of the connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#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.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#encryption_mode ⇒ String
The MAC Security (MACsec) connection encryption mode.
The valid values are no_encrypt
, should_encrypt
, and
must_encrypt
.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#has_logical_redundancy ⇒ String
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#jumbo_frame_capable ⇒ Boolean
Indicates whether jumbo frames are supported.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#lag_id ⇒ String
The ID of the LAG.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#loa_issue_time ⇒ Time
The time of the most recent call to DescribeLoa for this connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location of the connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#mac_sec_capable ⇒ Boolean
Indicates whether the connection supports MAC Security (MACsec).
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#mac_sec_keys ⇒ Array<Types::MacSecKey>
The MAC Security (MACsec) security keys associated with the connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#partner_name ⇒ String
The name of the Direct Connect service provider associated with the connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#port_encryption_status ⇒ String
The MAC Security (MACsec) port link status of the connection.
The valid values are Encryption Up
, which means that there is an
active Connection Key Name, or Encryption Down
.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The name of the service provider associated with the connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region where the connection is located.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the connection.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#vlan ⇒ Integer
The ID of the VLAN.
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 878 class Connection < Struct.new( :owner_account, :connection_id, :connection_name, :connection_state, :region, :location, :bandwidth, :vlan, :partner_name, :loa_issue_time, :lag_id, :aws_device, :jumbo_frame_capable, :aws_device_v2, :aws_logical_device_id, :has_logical_redundancy, :tags, :provider_name, :mac_sec_capable, :port_encryption_status, :encryption_mode, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |