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

Class: Aws::DirectConnect::Types::DirectConnectGatewayAssociationProposal

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#associated_gatewayTypes::AssociatedGateway

Information about the associated gateway.

Returns:

#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 Direct Connect gateway.

Returns:

  • (String)

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

#existing_allowed_prefixes_to_direct_connect_gatewayArray<Types::RouteFilterPrefix>

The existing Amazon VPC prefixes advertised to the Direct Connect gateway.

Returns:

#proposal_idString

The ID of the association proposal.

Returns:

  • (String)

    The ID of the association proposal.

#proposal_stateString

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

  • accepted: The proposal has been accepted. The Direct Connect gateway association is available to use in this state.

  • deleted: The proposal has been deleted by the owner that made the proposal. The Direct Connect gateway association cannot be used in this state.

  • requested: The proposal has been requested. The Direct Connect gateway association cannot be used in this state.

    Possible values:

    • requested
    • accepted
    • deleted

Returns:

  • (String)

    The state of the proposal.

#requested_allowed_prefixes_to_direct_connect_gatewayArray<Types::RouteFilterPrefix>

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

Returns: