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 AllocateHostedConnection operation. Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.

Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects. Amazon Web Services polices the hosted connection for the specified capacity and the Direct Connect Partner must also police the hosted connection for the specified capacity.

Intended for use by Direct Connect Partners only.

Inheritance Hierarchy

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

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

Syntax

C#
public class AllocateHostedConnectionRequest : AmazonDirectConnectRequest
         IAmazonWebServiceRequest

The AllocateHostedConnectionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Bandwidth System.String

Gets and sets the property Bandwidth.

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.

Public Property ConnectionId System.String

Gets and sets the property ConnectionId.

The ID of the interconnect or LAG.

Public Property ConnectionName System.String

Gets and sets the property ConnectionName.

The name of the hosted connection.

Public Property OwnerAccount System.String

Gets and sets the property OwnerAccount.

The ID of the Amazon Web Services account ID of the customer for the connection.

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

Gets and sets the property Tags.

The tags associated with the connection.

Public Property Vlan System.Int32

Gets and sets the property Vlan.

The dedicated VLAN provisioned to the hosted connection.

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