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 Direct Connect connection.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.DirectConnect.Model.DeleteConnectionResponse

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

Syntax

C#
public class DeleteConnectionResponse : AmazonWebServiceResponse

The DeleteConnectionResponse type exposes the following members

Constructors

NameDescription
Public Method DeleteConnectionResponse()

Properties

NameTypeDescription
Public Property AwsDevice System.String

Gets and sets the property AwsDevice.

The Direct Connect endpoint on which the physical connection terminates.

Public Property AwsDeviceV2 System.String

Gets and sets the property AwsDeviceV2.

The Direct Connect endpoint that terminates the physical connection.

Public Property AwsLogicalDeviceId System.String

Gets and sets the property AwsLogicalDeviceId.

The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.

Public Property Bandwidth System.String

Gets and sets the property Bandwidth.

The bandwidth of the connection.

Public Property ConnectionId System.String

Gets and sets the property ConnectionId.

The ID of the connection.

Public Property ConnectionName System.String

Gets and sets the property ConnectionName.

The name of the connection.

Public Property ConnectionState Amazon.DirectConnect.ConnectionState

Gets and sets the property ConnectionState.

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

  • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

  • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

  • pending: The connection has been approved and is being initialized.

  • available: The network link is up and the connection is ready for use.

  • down: The network link is down.

  • deleting: The connection is being deleted.

  • deleted: The connection has been deleted.

  • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

  • unknown: The state of the connection is not available.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property EncryptionMode System.String

Gets and sets the property EncryptionMode.

The MAC Security (MACsec) connection encryption mode.

The valid values are no_encrypt, should_encrypt, and must_encrypt.

Public Property HasLogicalRedundancy Amazon.DirectConnect.HasLogicalRedundancy

Gets and sets the property HasLogicalRedundancy.

Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property JumboFrameCapable System.Boolean

Gets and sets the property JumboFrameCapable.

Indicates whether jumbo frames are supported.

Public Property LagId System.String

Gets and sets the property LagId.

The ID of the LAG.

Public Property LoaIssueTime System.DateTime

Gets and sets the property LoaIssueTime.

The time of the most recent call to DescribeLoa for this connection.

Public Property Location System.String

Gets and sets the property Location.

The location of the connection.

Public Property MacSecCapable System.Boolean

Gets and sets the property MacSecCapable.

Indicates whether the connection supports MAC Security (MACsec).

Public Property MacSecKeys System.Collections.Generic.List<Amazon.DirectConnect.Model.MacSecKey>

Gets and sets the property MacSecKeys.

The MAC Security (MACsec) security keys associated with the connection.

Public Property OwnerAccount System.String

Gets and sets the property OwnerAccount.

The ID of the Amazon Web Services account that owns the connection.

Public Property PartnerName System.String

Gets and sets the property PartnerName.

The name of the Direct Connect service provider associated with the connection.

Public Property PortEncryptionStatus System.String

Gets and sets the property PortEncryptionStatus.

The MAC Security (MACsec) port link status of the connection.

The valid values are Encryption Up, which means that there is an active Connection Key Name, or Encryption Down.

Public Property ProviderName System.String

Gets and sets the property ProviderName.

The name of the service provider associated with the connection.

Public Property Region System.String

Gets and sets the property Region.

The Amazon Web Services Region where the connection is located.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Tags System.Collections.Generic.List<Amazon.DirectConnect.Model.Tag>

Gets and sets the property Tags.

The tags associated with the connection.

Public Property Vlan System.Int32

Gets and sets the property Vlan.

The ID of the VLAN.

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