A structure containing information about a new private virtual interface.
 Declaration Syntax
 Declaration Syntax| C# | 
public class NewPrivateVirtualInterface
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | NewPrivateVirtualInterface()()()() | Initializes a new instance of the NewPrivateVirtualInterface class | 
|  | AmazonAddress | 
            IP address assigned to the Amazon interface. Example: 192.168.1.1/30
             
             | 
|  | Asn | 
            Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration Example: 65000
             
             | 
|  | AuthKey | 
            Authentication key for BGP configuration Example: asdf34example
             
             | 
|  | CustomerAddress | 
            IP address assigned to the customer interface. Example: 192.168.1.2/30
             
             | 
|  | 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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VirtualGatewayId | 
            The ID of the virtual private gateway to a VPC. Only applies to private virtual interfaces. Example: vgw-123er56
             
             | 
|  | VirtualInterfaceName | 
            The name of the virtual interface assigned by the customer Example: "My VPC"
             
             | 
|  | Vlan | 
            VLAN ID Example: 101
             
             | 
|  | WithAmazonAddress(String) | Obsolete. 
            Sets the AmazonAddress property
             | 
|  | WithAsn(Int32) | Obsolete. 
            Sets the Asn property
             | 
|  | WithAuthKey(String) | Obsolete. 
            Sets the AuthKey property
             | 
|  | WithCustomerAddress(String) | Obsolete. 
            Sets the CustomerAddress property
             | 
|  | WithVirtualGatewayId(String) | Obsolete. 
            Sets the VirtualGatewayId property
             | 
|  | WithVirtualInterfaceName(String) | Obsolete. 
            Sets the VirtualInterfaceName property
             | 
|  | WithVlan(Int32) | Obsolete. 
            Sets the Vlan property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NewPrivateVirtualInterface |