AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the CreateInterconnect operation. Creates a new interconnect between a AWS Direct Connect partner's network and a specific AWS Direct Connect location.

An interconnect is a connection which is capable of hosting other connections. The AWS Direct Connect partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do not have their own connections. Like a standard connection, an interconnect links the AWS Direct Connect partner's network to an AWS Direct Connect location over a standard 1 Gbps or 10 Gbps Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.

For each end customer, the AWS Direct Connect partner provisions a connection on their interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the AWS Direct Connect partner.

Inheritance Hierarchy

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

Namespace: Amazon.DirectConnect.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateInterconnectRequest : AmazonDirectConnectRequest
         IRequestEvents

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

Example: 1Gbps

Default: None

Available values: 1Gbps,10Gbps

Public Property InterconnectName System.String Gets and sets the property InterconnectName.

The name of the interconnect.

Example: "1G Interconnect to AWS"

Default: None

Public Property Location System.String Gets and sets the property Location.

Where the interconnect is located

Example: EqSV5

Default: None

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8