You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::DirectConnectGatewayAssociation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_prefixes_to_direct_connect_gatewayArray<Types::RouteFilterPrefix>

The Amazon VPC prefixes to advertise to the Direct Connect gateway.

Returns:

#associated_gatewayTypes::AssociatedGateway

Information about the associated gateway.

Returns:

#association_idString

The ID of the Direct Connect gateway association.

Returns:

  • (String)

    The ID of the Direct Connect gateway association.

#association_stateString

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

  • associating: The initial state after calling CreateDirectConnectGatewayAssociation.

  • associated: The Direct Connect gateway and virtual private gateway or transit gateway are successfully associated and ready to pass traffic.

  • disassociating: The initial state after calling DeleteDirectConnectGatewayAssociation.

  • disassociated: The virtual private gateway or transit gateway is disassociated from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual private gateway or transit gateway is stopped.

    Possible values:

    • associating
    • associated
    • disassociating
    • disassociated
    • updating

Returns:

  • (String)

    The state of the association.

#direct_connect_gateway_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)

    The ID of the Direct Connect gateway.

#direct_connect_gateway_owner_accountString

The ID of the AWS account that owns the associated gateway.

Returns:

  • (String)

    The ID of the AWS account that owns the associated gateway.

#state_change_errorString

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

Returns:

  • (String)

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

#virtual_gateway_idString

The ID of the virtual private gateway. Applies only to private virtual interfaces.

Returns:

  • (String)

    The ID of the virtual private gateway.

#virtual_gateway_owner_accountString

The ID of the AWS account that owns the virtual private gateway.

Returns:

  • (String)

    The ID of the AWS account that owns the virtual private gateway.

#virtual_gateway_regionString

The AWS Region where the virtual private gateway is located.

Returns:

  • (String)

    The AWS Region where the virtual private gateway is located.