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 attachment between a Direct Connect gateway and a virtual interface.

Inheritance Hierarchy

System.Object
  Amazon.DirectConnect.Model.DirectConnectGatewayAttachment

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

Syntax

C#
public class DirectConnectGatewayAttachment

The DirectConnectGatewayAttachment type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AttachmentState Amazon.DirectConnect.DirectConnectGatewayAttachmentState

Gets and sets the property AttachmentState.

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

  • attaching: The initial state after a virtual interface is created using the Direct Connect gateway.

  • attached: The Direct Connect gateway and virtual interface are attached and ready to pass traffic.

  • detaching: The initial state after calling DeleteVirtualInterface.

  • detached: The virtual interface is detached from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual interface is stopped.

Public Property AttachmentType Amazon.DirectConnect.DirectConnectGatewayAttachmentType

Gets and sets the property AttachmentType.

The type of attachment.

Public Property DirectConnectGatewayId System.String

Gets and sets the property DirectConnectGatewayId.

The ID of the Direct Connect 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 VirtualInterfaceId System.String

Gets and sets the property VirtualInterfaceId.

The ID of the virtual interface.

Public Property VirtualInterfaceOwnerAccount System.String

Gets and sets the property VirtualInterfaceOwnerAccount.

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

Public Property VirtualInterfaceRegion System.String

Gets and sets the property VirtualInterfaceRegion.

The Amazon Web Services Region where the virtual interface 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