public class DescribeVirtualInterfacesRequest extends AmazonWebServiceRequest implements Serializable
DescribeVirtualInterfaces operation.
Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before DescribeVirtualInterfaces is called are also returned. If a connection ID is included then only virtual interfaces associated with this connection will be returned. If a virtual interface ID is included then only a single virtual interface will be returned.
A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.
If a connection ID is provided, only virtual interfaces provisioned on the specified connection will be returned. If a virtual interface ID is provided, only this particular virtual interface will be returned.
| Constructor and Description |
|---|
DescribeVirtualInterfacesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConnectionId()
ID of the connection.
|
String |
getVirtualInterfaceId()
ID of the virtual interface.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
ID of the connection.
|
void |
setVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVirtualInterfacesRequest |
withConnectionId(String connectionId)
ID of the connection.
|
DescribeVirtualInterfacesRequest |
withVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic String getConnectionId()
Example: dxcon-fg5678gh
Default: None
Example: dxcon-fg5678gh
Default: None
public void setConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
connectionId - ID of the connection. Example: dxcon-fg5678gh
Default: None
public DescribeVirtualInterfacesRequest withConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionId - ID of the connection. Example: dxcon-fg5678gh
Default: None
public String getVirtualInterfaceId()
Example: dxvif-123dfg56
Default: None
Example: dxvif-123dfg56
Default: None
public void setVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
virtualInterfaceId - ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public DescribeVirtualInterfacesRequest withVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
Returns a reference to this object so that method calls can be chained together.
virtualInterfaceId - ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.