A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreatePrivateVirtualInterfaceResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreatePrivateVirtualInterfaceResult()()()() | Initializes a new instance of the CreatePrivateVirtualInterfaceResult 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
             
             | 
|  | ConnectionId | 
            ID of the connection. Example: dxcon-fg5678gh Default: None
             
             | 
|  | CustomerAddress | 
            IP address assigned to the customer interface. Example: 192.168.1.2/30
             
             | 
|  | CustomerRouterConfig | 
            Information for generating the customer router configuration.
             
             | 
|  | 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 | |
|  | RouteFilterPrefixes | 
            A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).
             
             | 
|  | 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
             
             | 
|  | VirtualInterfaceId | 
            ID of the virtual interface. Example: dxvif-123dfg56 Default: None
             
             | 
|  | VirtualInterfaceName | 
            The name of the virtual interface assigned by the customer Example: "My VPC"
             
             | 
|  | VirtualInterfaceState | 
            State of the virtual interface.  
 Constraints: | 
|  | VirtualInterfaceType | 
            The type of virtual interface Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, etc.)
             
             | 
|  | 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
             | 
|  | WithConnectionId(String) | Obsolete. 
            Sets the ConnectionId property
             | 
|  | WithCustomerAddress(String) | Obsolete. 
            Sets the CustomerAddress property
             | 
|  | WithCustomerRouterConfig(String) | Obsolete. 
            Sets the CustomerRouterConfig property
             | 
|  | WithLocation(String) | Obsolete. 
            Sets the Location property
             | 
|  | WithOwnerAccount(String) | Obsolete. 
            Sets the OwnerAccount property
             | 
|  | WithRouteFilterPrefixes(array<RouteFilterPrefix>[]()[][]) | Obsolete. 
            Adds elements to the RouteFilterPrefixes collection
             | 
|  | WithRouteFilterPrefixes(IEnumerable<(Of <<'(RouteFilterPrefix>)>>)) | Obsolete. 
            Adds elements to the RouteFilterPrefixes collection
             | 
|  | WithVirtualGatewayId(String) | Obsolete. 
            Sets the VirtualGatewayId property
             | 
|  | WithVirtualInterfaceId(String) | Obsolete. 
            Sets the VirtualInterfaceId property
             | 
|  | WithVirtualInterfaceName(String) | Obsolete. 
            Sets the VirtualInterfaceName property
             | 
|  | WithVirtualInterfaceState(String) | Obsolete. 
            Sets the VirtualInterfaceState property
             | 
|  | WithVirtualInterfaceType(String) | Obsolete. 
            Sets the VirtualInterfaceType property
             | 
|  | WithVlan(Int32) | Obsolete. 
            Sets the Vlan property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CreatePrivateVirtualInterfaceResult |