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