AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.

Inheritance Hierarchy

System.Object
  Amazon.DirectConnect.Model.DirectConnectGatewayAssociation

Namespace: Amazon.DirectConnect.Model
Assembly: AWSSDK.DirectConnect.dll
Version: 3.x.y.z

Syntax

C#
public class DirectConnectGatewayAssociation

The DirectConnectGatewayAssociation type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowedPrefixesToDirectConnectGateway System.Collections.Generic.List<Amazon.DirectConnect.Model.RouteFilterPrefix>

Gets and sets the property AllowedPrefixesToDirectConnectGateway.

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

Public Property AssociatedGateway Amazon.DirectConnect.Model.AssociatedGateway

Gets and sets the property AssociatedGateway.

Information about the associated gateway.

Public Property AssociationId System.String

Gets and sets the property AssociationId.

The ID of the Direct Connect gateway association.

Public Property AssociationState Amazon.DirectConnect.DirectConnectGatewayAssociationState

Gets and sets the property AssociationState.

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.

  • updating: The CIDR blocks for the virtual private gateway or transit gateway are currently being updated. This could be new CIDR blocks added or current CIDR blocks removed.

Public Property DirectConnectGatewayId System.String

Gets and sets the property DirectConnectGatewayId.

The ID of the Direct Connect gateway.

Public Property DirectConnectGatewayOwnerAccount System.String

Gets and sets the property DirectConnectGatewayOwnerAccount.

The ID of the Amazon Web Services account that owns the associated gateway.

Public Property StateChangeError System.String

Gets and sets the property StateChangeError.

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

Public Property VirtualGatewayId System.String

Gets and sets the property VirtualGatewayId.

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

Public Property VirtualGatewayOwnerAccount System.String

Gets and sets the property VirtualGatewayOwnerAccount.

The ID of the Amazon Web Services account that owns the virtual private gateway.

Public Property VirtualGatewayRegion System.String

Gets and sets the property VirtualGatewayRegion.

The Amazon Web Services Region where the virtual private gateway is located.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5