| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
NewTransitVirtualInterface |
NewTransitVirtualInterface.clone() |
NewTransitVirtualInterface |
CreateTransitVirtualInterfaceRequest.getNewTransitVirtualInterface()
Information about the transit virtual interface.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withAddressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withAddressFamily(String addressFamily)
The address family for the BGP peer.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withAmazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withAuthKey(String authKey)
The authentication key for BGP configuration.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withTags(Collection<Tag> tags)
Any tags assigned to the transit virtual interface.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withTags(Tag... tags)
Any tags assigned to the transit virtual interface.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
|
NewTransitVirtualInterface |
NewTransitVirtualInterface.withVlan(Integer vlan)
The ID of the VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTransitVirtualInterfaceRequest.setNewTransitVirtualInterface(NewTransitVirtualInterface newTransitVirtualInterface)
Information about the transit virtual interface.
|
CreateTransitVirtualInterfaceRequest |
CreateTransitVirtualInterfaceRequest.withNewTransitVirtualInterface(NewTransitVirtualInterface newTransitVirtualInterface)
Information about the transit virtual interface.
|
Copyright © 2019. All rights reserved.