| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.clone() |
NewPublicVirtualInterfaceAllocation |
AllocatePublicVirtualInterfaceRequest.getNewPublicVirtualInterfaceAllocation()
Information about the public virtual interface.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withAddressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withAddressFamily(String addressFamily)
The address family for the BGP peer.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withAmazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withAuthKey(String authKey)
The authentication key for BGP configuration.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withRouteFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
The routes to be advertised to the AWS network in this Region.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withRouteFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)
The routes to be advertised to the AWS network in this Region.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
|
NewPublicVirtualInterfaceAllocation |
NewPublicVirtualInterfaceAllocation.withVlan(Integer vlan)
The ID of the VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllocatePublicVirtualInterfaceRequest.setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
|
AllocatePublicVirtualInterfaceRequest |
AllocatePublicVirtualInterfaceRequest.withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
|
Copyright © 2019. All rights reserved.