AWS SDK for .NET Documentation
Interconnect Class
AmazonAmazon.DirectConnect.ModelInterconnect Did this page help you?   Yes   No    Tell us about it...

An interconnect is a connection that can host other connections.

Like a standard Direct Connect connection, an interconnect represents the physical connection between a Direct Connect partner's network and a specific Direct Connect location. A Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.

The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned.

Declaration Syntax
C#
public class Interconnect
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Interconnect()()()()
Initializes a new instance of the Interconnect class

Bandwidth
Bandwidth of the connection. Example: 1Gbps Default: None

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InterconnectId
The ID of the interconnect. Example: dxcon-abc123

InterconnectName
The name of the interconnect. Example: "1G Interconnect to AWS"

InterconnectState
State of the interconnect.
  • 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 has been approved, and is being initialized.
  • Available: The network link is up, and the interconnect is ready for use.
  • Down: The network link is down.
  • Deleted: The interconnect has been deleted.

Constraints:

Allowed Values
requested, pending, available, down, deleting, deleted


Location
Where the connection is located. Example: EqSV5 Default: None

Region
The AWS region where the connection is located. Example: us-east-1 Default: None

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithBandwidth(String) Obsolete.
Sets the Bandwidth property

WithInterconnectId(String) Obsolete.
Sets the InterconnectId property

WithInterconnectName(String) Obsolete.
Sets the InterconnectName property

WithInterconnectState(String) Obsolete.
Sets the InterconnectState property

WithLocation(String) Obsolete.
Sets the Location property

WithRegion(String) Obsolete.
Sets the Region property

Inheritance Hierarchy
Object
Interconnect

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)