Class: Aws::DirectConnect::Types::DirectConnectGatewayAssociationProposal
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DirectConnectGatewayAssociationProposal
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Information about the proposal request to attach a virtual private gateway to a Direct Connect gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_gateway ⇒ Types::AssociatedGateway
Information about the associated gateway.
-
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
-
#direct_connect_gateway_owner_account ⇒ String
The ID of the Amazon Web Services account that owns the Direct Connect gateway.
-
#existing_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The existing Amazon VPC prefixes advertised to the Direct Connect gateway.
-
#proposal_id ⇒ String
The ID of the association proposal.
-
#proposal_state ⇒ String
The state of the proposal.
-
#requested_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
Instance Attribute Details
#associated_gateway ⇒ Types::AssociatedGateway
Information about the associated gateway.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2214 class DirectConnectGatewayAssociationProposal < Struct.new( :proposal_id, :direct_connect_gateway_id, :direct_connect_gateway_owner_account, :proposal_state, :associated_gateway, :existing_allowed_prefixes_to_direct_connect_gateway, :requested_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2214 class DirectConnectGatewayAssociationProposal < Struct.new( :proposal_id, :direct_connect_gateway_id, :direct_connect_gateway_owner_account, :proposal_state, :associated_gateway, :existing_allowed_prefixes_to_direct_connect_gateway, :requested_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#direct_connect_gateway_owner_account ⇒ String
The ID of the Amazon Web Services account that owns the Direct Connect gateway.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2214 class DirectConnectGatewayAssociationProposal < Struct.new( :proposal_id, :direct_connect_gateway_id, :direct_connect_gateway_owner_account, :proposal_state, :associated_gateway, :existing_allowed_prefixes_to_direct_connect_gateway, :requested_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#existing_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The existing Amazon VPC prefixes advertised to the Direct Connect gateway.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2214 class DirectConnectGatewayAssociationProposal < Struct.new( :proposal_id, :direct_connect_gateway_id, :direct_connect_gateway_owner_account, :proposal_state, :associated_gateway, :existing_allowed_prefixes_to_direct_connect_gateway, :requested_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#proposal_id ⇒ String
The ID of the association proposal.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2214 class DirectConnectGatewayAssociationProposal < Struct.new( :proposal_id, :direct_connect_gateway_id, :direct_connect_gateway_owner_account, :proposal_state, :associated_gateway, :existing_allowed_prefixes_to_direct_connect_gateway, :requested_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#proposal_state ⇒ String
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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2214 class DirectConnectGatewayAssociationProposal < Struct.new( :proposal_id, :direct_connect_gateway_id, :direct_connect_gateway_owner_account, :proposal_state, :associated_gateway, :existing_allowed_prefixes_to_direct_connect_gateway, :requested_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#requested_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2214 class DirectConnectGatewayAssociationProposal < Struct.new( :proposal_id, :direct_connect_gateway_id, :direct_connect_gateway_owner_account, :proposal_state, :associated_gateway, :existing_allowed_prefixes_to_direct_connect_gateway, :requested_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |