AWS SDK for .NET Documentation
AllocateConnectionOnInterconnectRequest Class
AmazonAmazon.DirectConnect.ModelAllocateConnectionOnInterconnectRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class AllocateConnectionOnInterconnectRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

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

ConnectionName
Name of the provisioned connection. Example: "500M Connection to AWS" 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
ID of the interconnect on which the connection will be provisioned. Example: dxcon-456abc78 Default: None

OwnerAccount
Numeric account Id of the customer for whom the connection will be provisioned. Example: 123443215678 Default: None

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Vlan
The dedicated VLAN provisioned to the connection. Example: 101 Default: None

WithBandwidth(String) Obsolete.
Sets the Bandwidth property

WithConnectionName(String) Obsolete.
Sets the ConnectionName property

WithInterconnectId(String) Obsolete.
Sets the InterconnectId property

WithOwnerAccount(String) Obsolete.
Sets the OwnerAccount property

WithVlan(Int32) Obsolete.
Sets the Vlan property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 AllocateConnectionOnInterconnectRequest
See Also

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