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.

Information about a private virtual interface.

Inheritance Hierarchy

System.Object
  Amazon.DirectConnect.Model.NewPrivateVirtualInterface

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

Syntax

C#
public class NewPrivateVirtualInterface

The NewPrivateVirtualInterface type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AddressFamily Amazon.DirectConnect.AddressFamily

Gets and sets the property AddressFamily.

The address family for the BGP peer.

Public Property AmazonAddress System.String

Gets and sets the property AmazonAddress.

The IP address assigned to the Amazon interface.

Public Property Asn System.Int32

Gets and sets the property Asn.

The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

The valid values are 1-2147483647.

Public Property AuthKey System.String

Gets and sets the property AuthKey.

The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

Public Property CustomerAddress System.String

Gets and sets the property CustomerAddress.

The IP address assigned to the customer interface.

Public Property DirectConnectGatewayId System.String

Gets and sets the property DirectConnectGatewayId.

The ID of the Direct Connect gateway.

Public Property EnableSiteLink System.Boolean

Gets and sets the property EnableSiteLink.

Indicates whether to enable or disable SiteLink.

Public Property Mtu System.Int32

Gets and sets the property Mtu.

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

Public Property Tags System.Collections.Generic.List<Amazon.DirectConnect.Model.Tag>

Gets and sets the property Tags.

The tags associated with the private virtual interface.

Public Property VirtualGatewayId System.String

Gets and sets the property VirtualGatewayId.

The ID of the virtual private gateway.

Public Property VirtualInterfaceName System.String

Gets and sets the property VirtualInterfaceName.

The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).

Public Property Vlan System.Int32

Gets and sets the property Vlan.

The ID of the VLAN.

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