| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.clone() |
NewPrivateVirtualInterfaceAllocation |
AllocatePrivateVirtualInterfaceRequest.getNewPrivateVirtualInterfaceAllocation()
Information about the private virtual interface.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withAddressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withAddressFamily(String addressFamily)
The address family for the BGP peer.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withAmazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withAuthKey(String authKey)
The authentication key for BGP configuration.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withTags(Collection<Tag> tags)
The tags associated with the private virtual interface.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withTags(Tag... tags)
The tags associated with the private virtual interface.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
|
NewPrivateVirtualInterfaceAllocation |
NewPrivateVirtualInterfaceAllocation.withVlan(Integer vlan)
The ID of the VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllocatePrivateVirtualInterfaceRequest.setNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Information about the private virtual interface.
|
AllocatePrivateVirtualInterfaceRequest |
AllocatePrivateVirtualInterfaceRequest.withNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Information about the private virtual interface.
|
Copyright © 2024. All rights reserved.