DirectConnectGatewayAssociation class
Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.
Constructors
-
DirectConnectGatewayAssociation.new({List<
RouteFilterPrefix> ? allowedPrefixesToDirectConnectGateway, AssociatedGateway? associatedGateway, String? associationId, DirectConnectGatewayAssociationState? associationState, String? directConnectGatewayId, String? directConnectGatewayOwnerAccount, String? stateChangeError, String? virtualGatewayId, String? virtualGatewayOwnerAccount, String? virtualGatewayRegion}) -
DirectConnectGatewayAssociation.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
allowedPrefixesToDirectConnectGateway
→ List<
RouteFilterPrefix> ? -
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
final
- associatedGateway → AssociatedGateway?
-
Information about the associated gateway.
final
- associationId → String?
-
The ID of the Direct Connect gateway association.
final
- associationState → DirectConnectGatewayAssociationState?
-
The state of the association. The following are the possible values:
final
- directConnectGatewayId → String?
-
The ID of the Direct Connect gateway.
final
- directConnectGatewayOwnerAccount → String?
-
The ID of the AWS account that owns the associated gateway.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateChangeError → String?
-
The error message if the state of an object failed to advance.
final
- virtualGatewayId → String?
-
The ID of the virtual private gateway. Applies only to private virtual
interfaces.
final
- virtualGatewayOwnerAccount → String?
-
The ID of the AWS account that owns the virtual private gateway.
final
- virtualGatewayRegion → String?
-
The AWS Region where the virtual private gateway is located.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited