Package | Description |
---|---|
com.amazonaws.services.directconnect.model |
Classes modeling the various types represented by AmazonDirectConnect.
|
Modifier and Type | Method and Description |
---|---|
VirtualInterface |
VirtualInterface.withAmazonAddress(String amazonAddress)
IP address assigned to the Amazon interface.
|
VirtualInterface |
VirtualInterface.withAsn(Integer asn)
Autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
|
VirtualInterface |
VirtualInterface.withAuthKey(String authKey)
Authentication key for BGP configuration.
|
VirtualInterface |
VirtualInterface.withConnectionId(String connectionId)
ID of the connection.
|
VirtualInterface |
VirtualInterface.withCustomerAddress(String customerAddress)
IP address assigned to the customer interface.
|
VirtualInterface |
VirtualInterface.withCustomerRouterConfig(String customerRouterConfig)
Information for generating the customer router configuration.
|
VirtualInterface |
VirtualInterface.withLocation(String location)
Where the connection is located.
|
VirtualInterface |
VirtualInterface.withOwnerAccount(String ownerAccount)
Sets the value of the OwnerAccount property for this object.
|
VirtualInterface |
VirtualInterface.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).
|
VirtualInterface |
VirtualInterface.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).
|
VirtualInterface |
VirtualInterface.withVirtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway to a VPC.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceState(String virtualInterfaceState)
State of the virtual interface.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
State of the virtual interface.
|
VirtualInterface |
VirtualInterface.withVirtualInterfaceType(String virtualInterfaceType)
The type of virtual interface.
|
VirtualInterface |
VirtualInterface.withVlan(Integer vlan)
The VLAN ID.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualInterface> |
DescribeVirtualInterfacesResult.getVirtualInterfaces()
A list of virtual interfaces.
|
Modifier and Type | Method and Description |
---|---|
DescribeVirtualInterfacesResult |
DescribeVirtualInterfacesResult.withVirtualInterfaces(VirtualInterface... virtualInterfaces)
A list of virtual interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVirtualInterfacesResult.setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces.
|
DescribeVirtualInterfacesResult |
DescribeVirtualInterfacesResult.withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces.
|
Copyright © 2014. All rights reserved.