A connection represents the physical network connection between the Direct Connect location and the customer.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AllocateConnectionOnInterconnectResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AllocateConnectionOnInterconnectResult()()()() | Initializes a new instance of the AllocateConnectionOnInterconnectResult class | 
|  | Bandwidth | 
            Bandwidth of the connection. Example: 1Gbps Default: None
             
             | 
|  | ConnectionId | 
            ID of the connection. Example: dxcon-fg5678gh Default: None
             
             | 
|  | ConnectionName | 
            The name of the connection. Example: "1G Connection to AWS" Default: None
             
             | 
|  | ConnectionState | 
            State of the connection.  
 Constraints: | 
|  | 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.) | 
|  | Location | 
            Where the connection is located. Example: EqSV5 Default: None
             
             | 
|  | OwnerAccount | |
|  | PartnerName | |
|  | Region | 
            The AWS region where the connection is located. Example: us-east-1 Default: None
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Vlan | 
            VLAN ID Example: 101
             
             | 
|  | WithBandwidth(String) | Obsolete. 
            Sets the Bandwidth property
             | 
|  | WithConnectionId(String) | Obsolete. 
            Sets the ConnectionId property
             | 
|  | WithConnectionName(String) | Obsolete. 
            Sets the ConnectionName property
             | 
|  | WithConnectionState(String) | Obsolete. 
            Sets the ConnectionState property
             | 
|  | WithLocation(String) | Obsolete. 
            Sets the Location property
             | 
|  | WithOwnerAccount(String) | Obsolete. 
            Sets the OwnerAccount property
             | 
|  | WithPartnerName(String) | Obsolete. 
            Sets the PartnerName property
             | 
|  | WithRegion(String) | Obsolete. 
            Sets the Region property
             | 
|  | WithVlan(Int32) | Obsolete. 
            Sets the Vlan property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AllocateConnectionOnInterconnectResult |