Package | Description |
---|---|
com.amazonaws.services.directconnect |
Synchronous and asynchronous client classes for accessing AmazonDirectConnect.
|
com.amazonaws.services.directconnect.model |
Classes modeling the various types represented by AmazonDirectConnect.
|
Modifier and Type | Method and Description |
---|---|
AllocatePublicVirtualInterfaceResult |
AmazonDirectConnectClient.allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by a different
customer.
|
AllocatePublicVirtualInterfaceResult |
AmazonDirectConnect.allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by a different
customer.
|
Modifier and Type | Method and Description |
---|---|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by a different
customer.
|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by a different
customer.
|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest,
AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
Provisions a public virtual interface to be owned by a different
customer.
|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest,
AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
Provisions a public virtual interface to be owned by a different
customer.
|
Modifier and Type | Method and Description |
---|---|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest,
AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
Provisions a public virtual interface to be owned by a different
customer.
|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest,
AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
Provisions a public virtual interface to be owned by a different
customer.
|
Modifier and Type | Method and Description |
---|---|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withAmazonAddress(String amazonAddress)
IP address assigned to the Amazon interface.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withAsn(Integer asn)
Autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withAuthKey(String authKey)
Authentication key for BGP configuration.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withConnectionId(String connectionId)
ID of the connection.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withCustomerAddress(String customerAddress)
IP address assigned to the customer interface.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withCustomerRouterConfig(String customerRouterConfig)
Information for generating the customer router configuration.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withLocation(String location)
Where the connection is located.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withOwnerAccount(String ownerAccount)
Sets the value of the OwnerAccount property for this object.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withRouteFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
A list of routes to be advertised to the AWS network in this region
(public virtual interface) or your VPC (private virtual interface).
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withRouteFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)
A list of routes to be advertised to the AWS network in this region
(public virtual interface) or your VPC (private virtual interface).
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withVirtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway to a VPC.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withVirtualInterfaceState(String virtualInterfaceState)
State of the virtual interface.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
State of the virtual interface.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withVirtualInterfaceType(String virtualInterfaceType)
The type of virtual interface.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withVlan(Integer vlan)
The VLAN ID.
|
Copyright © 2014. All rights reserved.