Uses of Class
com.amazonaws.services.directconnect.model.NewPrivateVirtualInterfaceAllocation

Packages that use NewPrivateVirtualInterfaceAllocation
com.amazonaws.services.directconnect.model Classes modeling the various types represented by AmazonDirectConnect. 
 

Uses of NewPrivateVirtualInterfaceAllocation in com.amazonaws.services.directconnect.model
 

Methods in com.amazonaws.services.directconnect.model that return NewPrivateVirtualInterfaceAllocation
 NewPrivateVirtualInterfaceAllocation AllocatePrivateVirtualInterfaceRequest.getNewPrivateVirtualInterfaceAllocation()
          Detailed information for the private virtual interface to be provisioned.
 NewPrivateVirtualInterfaceAllocation NewPrivateVirtualInterfaceAllocation.withAmazonAddress(String amazonAddress)
          IP address assigned to the Amazon interface.
 NewPrivateVirtualInterfaceAllocation NewPrivateVirtualInterfaceAllocation.withAsn(Integer asn)
          Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
 NewPrivateVirtualInterfaceAllocation NewPrivateVirtualInterfaceAllocation.withAuthKey(String authKey)
          Authentication key for BGP configuration.
 NewPrivateVirtualInterfaceAllocation NewPrivateVirtualInterfaceAllocation.withCustomerAddress(String customerAddress)
          IP address assigned to the customer interface.
 NewPrivateVirtualInterfaceAllocation NewPrivateVirtualInterfaceAllocation.withVirtualInterfaceName(String virtualInterfaceName)
          The name of the virtual interface assigned by the customer.
 NewPrivateVirtualInterfaceAllocation NewPrivateVirtualInterfaceAllocation.withVlan(Integer vlan)
          The VLAN ID.
 

Methods in com.amazonaws.services.directconnect.model with parameters of type NewPrivateVirtualInterfaceAllocation
 void AllocatePrivateVirtualInterfaceRequest.setNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
          Detailed information for the private virtual interface to be provisioned.
 AllocatePrivateVirtualInterfaceRequest AllocatePrivateVirtualInterfaceRequest.withNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
          Detailed information for the private virtual interface to be provisioned.
 



Copyright © 2016. All rights reserved.