Package | Description |
---|---|
com.amazonaws.services.directconnect.model |
Classes modeling the various types represented by AmazonDirectConnect.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.