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 AllocateConnectionOnInterconnect operation. Creates a hosted connection on an interconnect.

Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the given interconnect.

Inheritance Hierarchy

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

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

Syntax

C#
public class AllocateConnectionOnInterconnectRequest : AmazonDirectConnectRequest
         IRequestEvents

The AllocateConnectionOnInterconnectRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Bandwidth System.String Gets and sets the property Bandwidth.

Bandwidth of the connection.

Example: "500Mbps"

Default: None

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

Name of the provisioned connection.

Example: "500M Connection to AWS"

Default: None

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

ID of the interconnect on which the connection will be provisioned.

Example: dxcon-456abc78

Default: None

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

Numeric account Id of the customer for whom the connection will be provisioned.

Example: 123443215678

Default: None

Public Property Vlan System.Int32 Gets and sets the property Vlan.

The dedicated VLAN provisioned to the connection.

Example: 101

Default: None

Version Information

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

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