Container for the parameters to the CreatePublicVirtualInterface operation.
            
Creates a new public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon Simple Storage Service (Amazon S3).
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreatePublicVirtualInterfaceRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreatePublicVirtualInterfaceRequest()()()() | Initializes a new instance of the CreatePublicVirtualInterfaceRequest 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.) | 
|  | NewPublicVirtualInterface | 
            Detailed information of the public 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
             | 
|  | WithNewPublicVirtualInterface(NewPublicVirtualInterface) | Obsolete. 
            Sets the NewPublicVirtualInterface property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreatePublicVirtualInterfaceRequest | |