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