|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualInterface | |
---|---|
com.amazonaws.services.directconnect.model | Classes modeling the various types represented by AmazonDirectConnect. |
Uses of VirtualInterface in com.amazonaws.services.directconnect.model |
---|
Methods in com.amazonaws.services.directconnect.model that return VirtualInterface | |
---|---|
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. |
Methods in com.amazonaws.services.directconnect.model that return types with arguments of type VirtualInterface | |
---|---|
List<VirtualInterface> |
DescribeVirtualInterfacesResult.getVirtualInterfaces()
A list of virtual interfaces. |
Methods in com.amazonaws.services.directconnect.model with parameters of type VirtualInterface | |
---|---|
DescribeVirtualInterfacesResult |
DescribeVirtualInterfacesResult.withVirtualInterfaces(VirtualInterface... virtualInterfaces)
A list of virtual interfaces. |
Method parameters in com.amazonaws.services.directconnect.model with type arguments of type VirtualInterface | |
---|---|
void |
DescribeVirtualInterfacesResult.setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces. |
DescribeVirtualInterfacesResult |
DescribeVirtualInterfacesResult.withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |