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

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

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

Methods in com.amazonaws.services.directconnect.model that return NewPublicVirtualInterfaceAllocation
 NewPublicVirtualInterfaceAllocation AllocatePublicVirtualInterfaceRequest.getNewPublicVirtualInterfaceAllocation()
          Detailed information for the public virtual interface to be provisioned.
 NewPublicVirtualInterfaceAllocation NewPublicVirtualInterfaceAllocation.withAmazonAddress(String amazonAddress)
          IP address assigned to the Amazon interface.
 NewPublicVirtualInterfaceAllocation NewPublicVirtualInterfaceAllocation.withAsn(Integer asn)
          Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
 NewPublicVirtualInterfaceAllocation NewPublicVirtualInterfaceAllocation.withAuthKey(String authKey)
          Authentication key for BGP configuration.
 NewPublicVirtualInterfaceAllocation NewPublicVirtualInterfaceAllocation.withCustomerAddress(String customerAddress)
          IP address assigned to the customer interface.
 NewPublicVirtualInterfaceAllocation NewPublicVirtualInterfaceAllocation.withRouteFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
          A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).
 NewPublicVirtualInterfaceAllocation NewPublicVirtualInterfaceAllocation.withRouteFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)
          A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).
 NewPublicVirtualInterfaceAllocation NewPublicVirtualInterfaceAllocation.withVirtualInterfaceName(String virtualInterfaceName)
          The name of the virtual interface assigned by the customer.
 NewPublicVirtualInterfaceAllocation NewPublicVirtualInterfaceAllocation.withVlan(Integer vlan)
          The VLAN ID.
 

Methods in com.amazonaws.services.directconnect.model with parameters of type NewPublicVirtualInterfaceAllocation
 void AllocatePublicVirtualInterfaceRequest.setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
          Detailed information for the public virtual interface to be provisioned.
 AllocatePublicVirtualInterfaceRequest AllocatePublicVirtualInterfaceRequest.withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
          Detailed information for the public virtual interface to be provisioned.
 



Copyright © 2016. All rights reserved.