Class: Aws::DirectConnect::Types::Connection

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directconnect/types.rb

Overview

Information about an AWS Direct Connect connection.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_deviceString

The Direct Connect endpoint on which the physical connection terminates.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#aws_device_v2String

The Direct Connect endpoint on which the physical connection terminates.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#bandwidthString

The bandwidth of the connection.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#connection_idString

The ID of the connection.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#connection_nameString

The name of the connection.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#connection_stateString

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 the `ordering` state enters the `rejected` state if it is deleted by the customer.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#has_logical_redundancyString

Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#jumbo_frame_capableBoolean

Indicates whether jumbo frames (9001 MTU) are supported.

Returns:

  • (Boolean)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#lag_idString

The ID of the LAG.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#loa_issue_timeTime

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

Returns:

  • (Time)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#locationString

The location of the connection.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#owner_accountString

The ID of the AWS account that owns the connection.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#partner_nameString

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

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#regionString

The AWS Region where the connection is located.

Returns:

  • (String)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end

#vlanInteger

The ID of the VLAN.

Returns:

  • (Integer)


606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# File 'lib/aws-sdk-directconnect/types.rb', line 606

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,
  :has_logical_redundancy)
  include Aws::Structure
end