| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualInterface |
VirtualInterface.clone() |
VirtualInterface |
CreateBGPPeerResult.getVirtualInterface()
The virtual interface.
|
VirtualInterface |
AllocateTransitVirtualInterfaceResult.getVirtualInterface() |
VirtualInterface |
CreateTransitVirtualInterfaceResult.getVirtualInterface() |
VirtualInterface |
DeleteBGPPeerResult.getVirtualInterface()
The virtual interface.
|
VirtualInterface |
VirtualInterface.withAddressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
VirtualInterface |
VirtualInterface.withAddressFamily(String addressFamily)
The address family for the BGP peer.
|
VirtualInterface |
VirtualInterface.withAmazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
VirtualInterface |
VirtualInterface.withAmazonSideAsn(Long amazonSideAsn)
The autonomous system number (ASN) for the Amazon side of the connection.
|
VirtualInterface |
VirtualInterface.withAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
VirtualInterface |
VirtualInterface.withAuthKey(String authKey)
The authentication key for BGP configuration.
|
VirtualInterface |
VirtualInterface.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint on which the virtual interface terminates.
|
VirtualInterface |
VirtualInterface.withBgpPeers(BGPPeer... bgpPeers)
The BGP peers configured on this virtual interface.
|
VirtualInterface |
VirtualInterface.withBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
VirtualInterface |
VirtualInterface.withConnectionId(String connectionId)
The ID of the connection.
|
VirtualInterface |
VirtualInterface.withCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
VirtualInterface |
VirtualInterface.withCustomerRouterConfig(String customerRouterConfig)
The customer router configuration.
|
VirtualInterface |
VirtualInterface.withDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
VirtualInterface |
VirtualInterface.withJumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames (9001 MTU) are supported.
|
VirtualInterface |
VirtualInterface.withLocation(String location)
The location of the connection.
|
VirtualInterface |
VirtualInterface.withMtu(Integer mtu)
The maximum transmission unit (MTU), in bytes.
|
VirtualInterface |
VirtualInterface.withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the virtual interface.
|
VirtualInterface |
VirtualInterface.withRegion(String region)
The AWS Region where the virtual interface is located.
|
VirtualInterface |
VirtualInterface.withRouteFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
The routes to be advertised to the AWS network in this Region.
|
VirtualInterface |
VirtualInterface.withRouteFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)
The routes to be advertised to the AWS network in this Region.
|
VirtualInterface |
VirtualInterface.withTags(Collection<Tag> tags)
Any tags assigned to the virtual interface.
|
VirtualInterface |
VirtualInterface.withTags(Tag... tags)
Any tags assigned to the virtual interface.
|
VirtualInterface |
VirtualInterface.withVirtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer network.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceState(String virtualInterfaceState)
The state of the virtual interface.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
The state of the virtual interface.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceType(String virtualInterfaceType)
The type of virtual interface.
|
VirtualInterface |
VirtualInterface.withVlan(Integer vlan)
The ID of the VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualInterface> |
DescribeVirtualInterfacesResult.getVirtualInterfaces()
The virtual interfaces
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBGPPeerResult.setVirtualInterface(VirtualInterface virtualInterface)
The virtual interface.
|
void |
AllocateTransitVirtualInterfaceResult.setVirtualInterface(VirtualInterface virtualInterface) |
void |
CreateTransitVirtualInterfaceResult.setVirtualInterface(VirtualInterface virtualInterface) |
void |
DeleteBGPPeerResult.setVirtualInterface(VirtualInterface virtualInterface)
The virtual interface.
|
CreateBGPPeerResult |
CreateBGPPeerResult.withVirtualInterface(VirtualInterface virtualInterface)
The virtual interface.
|
AllocateTransitVirtualInterfaceResult |
AllocateTransitVirtualInterfaceResult.withVirtualInterface(VirtualInterface virtualInterface) |
CreateTransitVirtualInterfaceResult |
CreateTransitVirtualInterfaceResult.withVirtualInterface(VirtualInterface virtualInterface) |
DeleteBGPPeerResult |
DeleteBGPPeerResult.withVirtualInterface(VirtualInterface virtualInterface)
The virtual interface.
|
DescribeVirtualInterfacesResult |
DescribeVirtualInterfacesResult.withVirtualInterfaces(VirtualInterface... virtualInterfaces)
The virtual interfaces
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVirtualInterfacesResult.setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
The virtual interfaces
|
DescribeVirtualInterfacesResult |
DescribeVirtualInterfacesResult.withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
The virtual interfaces
|
Copyright © 2019. All rights reserved.