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_interconnect_mac_sec_capable ⇒ Boolean
Indicates whether the interconnect hosting this connection supports MAC Security (MACsec).
-
#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.
-
#prefix_pool_size_ipv_4 ⇒ Integer
The total number of inbound IPv4 route prefixes you can allocate across the virtual interfaces on the connection.
-
#prefix_pool_size_ipv_6 ⇒ Integer
The total number of inbound IPv6 route prefixes you can allocate across the virtual interfaces on the connection.
-
#prefix_pool_unallocated_count_ipv_4 ⇒ Integer
The number of inbound IPv4 route prefixes in the connection prefix pool not yet allocated to a virtual interface.
-
#prefix_pool_unallocated_count_ipv_6 ⇒ Integer
The number of inbound IPv6 route prefixes in the connection prefix pool not yet allocated to a virtual interface.
-
#provider_name ⇒ String
The name of the service provider associated with the connection.
-
#rate_limiter_status ⇒ Types::RateLimiterStatus
The rate limiter status for the connection, including how many rate limiters are in use and the maximum allowed.
-
#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.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#aws_device_v2 ⇒ String
The Direct Connect endpoint that terminates the physical connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) 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.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#bandwidth ⇒ String
The bandwidth of the connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#connection_id ⇒ String
The ID of the connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#connection_name ⇒ String
The name of the connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) 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 theorderingstate enters therejectedstate if it is deleted by the customer.unknown: The state of the connection is not available.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) 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.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) 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).
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#jumbo_frame_capable ⇒ Boolean
Indicates whether jumbo frames are supported.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#lag_id ⇒ String
The ID of the LAG.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#loa_issue_time ⇒ Time
The time of the most recent call to DescribeLoa for this connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location of the connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#mac_sec_capable ⇒ Boolean
Indicates whether the connection supports MAC Security (MACsec).
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#mac_sec_keys ⇒ Array<Types::MacSecKey>
The MAC Security (MACsec) security keys associated with the connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#partner_interconnect_mac_sec_capable ⇒ Boolean
Indicates whether the interconnect hosting this connection supports MAC Security (MACsec).
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#partner_name ⇒ String
The name of the Direct Connect service provider associated with the connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) 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.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#prefix_pool_size_ipv_4 ⇒ Integer
The total number of inbound IPv4 route prefixes you can allocate across the virtual interfaces on the connection. Not applicable to hosted connections or interconnects.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#prefix_pool_size_ipv_6 ⇒ Integer
The total number of inbound IPv6 route prefixes you can allocate across the virtual interfaces on the connection. Not applicable to hosted connections or interconnects.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#prefix_pool_unallocated_count_ipv_4 ⇒ Integer
The number of inbound IPv4 route prefixes in the connection prefix pool not yet allocated to a virtual interface. Not applicable to hosted connections or interconnects.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#prefix_pool_unallocated_count_ipv_6 ⇒ Integer
The number of inbound IPv6 route prefixes in the connection prefix pool not yet allocated to a virtual interface. Not applicable to hosted connections or interconnects.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The name of the service provider associated with the connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#rate_limiter_status ⇒ Types::RateLimiterStatus
The rate limiter status for the connection, including how many rate limiters are in use and the maximum allowed.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region where the connection is located.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the connection.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |
#vlan ⇒ Integer
The ID of the VLAN.
984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 984 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, :rate_limiter_status, :partner_interconnect_mac_sec_capable, :prefix_pool_size_ipv_4, :prefix_pool_size_ipv_6, :prefix_pool_unallocated_count_ipv_4, :prefix_pool_unallocated_count_ipv_6) SENSITIVE = [] include Aws::Structure end |