AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DescribeVirtualInterfaces operation. Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.

A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectConnect.AmazonDirectConnectRequest
      Amazon.DirectConnect.Model.DescribeVirtualInterfacesRequest

Namespace: Amazon.DirectConnect.Model
Assembly: AWSSDK.DirectConnect.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeVirtualInterfacesRequest : AmazonDirectConnectRequest
         IAmazonWebServiceRequest

The DescribeVirtualInterfacesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConnectionId System.String

Gets and sets the property ConnectionId.

The ID of the connection.

Public Property VirtualInterfaceId System.String

Gets and sets the property VirtualInterfaceId.

The ID of the virtual interface.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5