Container for the parameters to the CreatePrivateVirtualInterface operation.
            
Creates a new private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface supports sending traffic to a single Virtual Private Cloud (VPC).
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreatePrivateVirtualInterfaceRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreatePrivateVirtualInterfaceRequest()()()() | Initializes a new instance of the CreatePrivateVirtualInterfaceRequest class | 
|  | ConnectionId | 
            ID of the connection. Example: dxcon-fg5678gh 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.) | 
|  | NewPrivateVirtualInterface | 
            Detailed information of the private virtual interface to be created. Default: None
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithConnectionId(String) | Obsolete. 
            Sets the ConnectionId property
             | 
|  | WithNewPrivateVirtualInterface(NewPrivateVirtualInterface) | Obsolete. 
            Sets the NewPrivateVirtualInterface property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreatePrivateVirtualInterfaceRequest | |