Class: Aws::DirectConnect::Types::DirectConnectGateway

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

Overview

Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateways.

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asnInteger

The autonomous system number (ASN) for the Amazon side of the connection.

Returns:

  • (Integer)


1652
1653
1654
1655
1656
1657
1658
1659
1660
# File 'lib/aws-sdk-directconnect/types.rb', line 1652

class DirectConnectGateway < Struct.new(
  :direct_connect_gateway_id,
  :direct_connect_gateway_name,
  :amazon_side_asn,
  :owner_account,
  :direct_connect_gateway_state,
  :state_change_error)
  include Aws::Structure
end

#direct_connect_gateway_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)


1652
1653
1654
1655
1656
1657
1658
1659
1660
# File 'lib/aws-sdk-directconnect/types.rb', line 1652

class DirectConnectGateway < Struct.new(
  :direct_connect_gateway_id,
  :direct_connect_gateway_name,
  :amazon_side_asn,
  :owner_account,
  :direct_connect_gateway_state,
  :state_change_error)
  include Aws::Structure
end

#direct_connect_gateway_nameString

The name of the Direct Connect gateway.

Returns:

  • (String)


1652
1653
1654
1655
1656
1657
1658
1659
1660
# File 'lib/aws-sdk-directconnect/types.rb', line 1652

class DirectConnectGateway < Struct.new(
  :direct_connect_gateway_id,
  :direct_connect_gateway_name,
  :amazon_side_asn,
  :owner_account,
  :direct_connect_gateway_state,
  :state_change_error)
  include Aws::Structure
end

#direct_connect_gateway_stateString

The state of the Direct Connect gateway. The following are the possible values:

  • ‘pending`: The initial state after calling CreateDirectConnectGateway.

  • ‘available`: The Direct Connect gateway is ready for use.

  • ‘deleting`: The initial state after calling DeleteDirectConnectGateway.

  • ‘deleted`: The Direct Connect gateway is deleted and cannot pass traffic.

Returns:

  • (String)


1652
1653
1654
1655
1656
1657
1658
1659
1660
# File 'lib/aws-sdk-directconnect/types.rb', line 1652

class DirectConnectGateway < Struct.new(
  :direct_connect_gateway_id,
  :direct_connect_gateway_name,
  :amazon_side_asn,
  :owner_account,
  :direct_connect_gateway_state,
  :state_change_error)
  include Aws::Structure
end

#owner_accountString

The ID of the AWS account that owns the Direct Connect gateway.

Returns:

  • (String)


1652
1653
1654
1655
1656
1657
1658
1659
1660
# File 'lib/aws-sdk-directconnect/types.rb', line 1652

class DirectConnectGateway < Struct.new(
  :direct_connect_gateway_id,
  :direct_connect_gateway_name,
  :amazon_side_asn,
  :owner_account,
  :direct_connect_gateway_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)


1652
1653
1654
1655
1656
1657
1658
1659
1660
# File 'lib/aws-sdk-directconnect/types.rb', line 1652

class DirectConnectGateway < Struct.new(
  :direct_connect_gateway_id,
  :direct_connect_gateway_name,
  :amazon_side_asn,
  :owner_account,
  :direct_connect_gateway_state,
  :state_change_error)
  include Aws::Structure
end