Class: Aws::DirectConnect::Types::DirectConnectGatewayAttachment

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

Overview

Information about an attachment between a Direct Connect gateway and a virtual interface.

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_stateString

The state of the attachment. The following are the possible values:

  • ‘attaching`: The initial state after a virtual interface is created using the Direct Connect gateway.

  • ‘attached`: The Direct Connect gateway and virtual interface are attached and ready to pass traffic.

  • ‘detaching`: The initial state after calling DeleteVirtualInterface.

  • ‘detached`: The virtual interface is detached from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual interface is stopped.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'lib/aws-sdk-directconnect/types.rb', line 1757

class DirectConnectGatewayAttachment < Struct.new(
  :direct_connect_gateway_id,
  :virtual_interface_id,
  :virtual_interface_region,
  :virtual_interface_owner_account,
  :attachment_state,
  :state_change_error)
  include Aws::Structure
end

#direct_connect_gateway_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'lib/aws-sdk-directconnect/types.rb', line 1757

class DirectConnectGatewayAttachment < Struct.new(
  :direct_connect_gateway_id,
  :virtual_interface_id,
  :virtual_interface_region,
  :virtual_interface_owner_account,
  :attachment_state,
  :state_change_error)
  include Aws::Structure
end

#state_change_errorString

The error message if the state of an object failed to advance.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'lib/aws-sdk-directconnect/types.rb', line 1757

class DirectConnectGatewayAttachment < Struct.new(
  :direct_connect_gateway_id,
  :virtual_interface_id,
  :virtual_interface_region,
  :virtual_interface_owner_account,
  :attachment_state,
  :state_change_error)
  include Aws::Structure
end

#virtual_interface_idString

The ID of the virtual interface.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'lib/aws-sdk-directconnect/types.rb', line 1757

class DirectConnectGatewayAttachment < Struct.new(
  :direct_connect_gateway_id,
  :virtual_interface_id,
  :virtual_interface_region,
  :virtual_interface_owner_account,
  :attachment_state,
  :state_change_error)
  include Aws::Structure
end

#virtual_interface_owner_accountString

The ID of the AWS account that owns the virtual interface.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'lib/aws-sdk-directconnect/types.rb', line 1757

class DirectConnectGatewayAttachment < Struct.new(
  :direct_connect_gateway_id,
  :virtual_interface_id,
  :virtual_interface_region,
  :virtual_interface_owner_account,
  :attachment_state,
  :state_change_error)
  include Aws::Structure
end

#virtual_interface_regionString

The AWS Region where the virtual interface is located.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'lib/aws-sdk-directconnect/types.rb', line 1757

class DirectConnectGatewayAttachment < Struct.new(
  :direct_connect_gateway_id,
  :virtual_interface_id,
  :virtual_interface_region,
  :virtual_interface_owner_account,
  :attachment_state,
  :state_change_error)
  include Aws::Structure
end