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.

Container for the parameters to the CreateInterconnect operation. Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.

An interconnect is a connection that is capable of hosting other connections. The Direct Connect Partner can use an interconnect to provide Direct Connect hosted connections to customers through their own network services. Like a standard connection, an interconnect links the partner's network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an Direct Connect router.

You can automatically add the new interconnect to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new interconnect is allocated on the same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no interconnect is created.

For each end customer, the Direct Connect Partner provisions a connection on their interconnect by calling AllocateHostedConnection. The end customer can then connect to Amazon Web Services resources by creating a virtual interface on their connection, using the VLAN assigned to them by the Direct Connect Partner.

Intended for use by Direct Connect Partners only.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectConnect.AmazonDirectConnectRequest
      Amazon.DirectConnect.Model.CreateInterconnectRequest

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

Syntax

C#
public class CreateInterconnectRequest : AmazonDirectConnectRequest
         IAmazonWebServiceRequest

The CreateInterconnectRequest type exposes the following members

Constructors

NameDescription
Public Method CreateInterconnectRequest()

Properties

NameTypeDescription
Public Property Bandwidth System.String

Gets and sets the property Bandwidth.

The port bandwidth, in Gbps. The possible values are 1 and 10.

Public Property InterconnectName System.String

Gets and sets the property InterconnectName.

The name of the interconnect.

Public Property LagId System.String

Gets and sets the property LagId.

The ID of the LAG.

Public Property Location System.String

Gets and sets the property Location.

The location of the interconnect.

Public Property ProviderName System.String

Gets and sets the property ProviderName.

The name of the service provider associated with the interconnect.

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

Gets and sets the property Tags.

The tags to associate 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