Container for the parameters to the 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 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.

C# |
public class DescribeVirtualInterfacesRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeVirtualInterfacesRequest()()()() | Initializes a new instance of the DescribeVirtualInterfacesRequest class |
![]() | ConnectionId |
ID of the connection. Example: dxcon-fg5678gh Default: None
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VirtualInterfaceId |
ID of the virtual interface. Example: dxvif-123dfg56 Default: None
|
![]() | WithConnectionId(String) | Obsolete.
Sets the ConnectionId property
|
![]() | WithVirtualInterfaceId(String) | Obsolete.
Sets the VirtualInterfaceId property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | DescribeVirtualInterfacesRequest |