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
 Declaration Syntax| C# | 
public class AllocateConnectionOnInterconnectRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | AllocateConnectionOnInterconnectRequest | |