You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::DirectConnectGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DirectConnectGateway
- Defined in:
- (unknown)
Overview
Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.
Returned by:
Instance Attribute Summary collapse
-
#amazon_side_asn ⇒ Integer
The autonomous system number (ASN) for the Amazon side of the connection.
-
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
-
#direct_connect_gateway_name ⇒ String
The name of the Direct Connect gateway.
-
#direct_connect_gateway_state ⇒ String
The state of the Direct Connect gateway.
-
#owner_account ⇒ String
The ID of the AWS account that owns the Direct Connect gateway.
-
#state_change_error ⇒ String
The error message if the state of an object failed to advance.
Instance Attribute Details
#amazon_side_asn ⇒ Integer
The autonomous system number (ASN) for the Amazon side of the connection.
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
#direct_connect_gateway_name ⇒ String
The name of the Direct Connect gateway.
#direct_connect_gateway_state ⇒ String
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.Possible values:
- pending
- available
- deleting
- deleted
#owner_account ⇒ String
The ID of the AWS account that owns the Direct Connect gateway.
#state_change_error ⇒ String
The error message if the state of an object failed to advance.