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 interconnect.

Inheritance Hierarchy

System.Object
  Amazon.DirectConnect.Model.Interconnect

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

Syntax

C#
public class Interconnect

The Interconnect type exposes the following members

Constructors

NameDescription
Public Method Interconnect()

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 HasLogicalRedundancy Amazon.DirectConnect.HasLogicalRedundancy

Gets and sets the property HasLogicalRedundancy.

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

Public Property InterconnectId System.String

Gets and sets the property InterconnectId.

The ID of the interconnect.

Public Property InterconnectName System.String

Gets and sets the property InterconnectName.

The name of the interconnect.

Public Property InterconnectState Amazon.DirectConnect.InterconnectState

Gets and sets the property InterconnectState.

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

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

  • pending: The interconnect is approved, and is being initialized.

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

  • down: The network link is down.

  • deleting: The interconnect is being deleted.

  • deleted: The interconnect is deleted.

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

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 ProviderName System.String

Gets and sets the property ProviderName.

The name of the service provider associated with the interconnect.

Public Property Region System.String

Gets and sets the property Region.

The Amazon Web Services Region where the connection is located.

Public Property Tags System.Collections.Generic.List<Amazon.DirectConnect.Model.Tag>

Gets and sets the property Tags.

The tags associated with the interconnect.

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