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 public virtual interface.

Inheritance Hierarchy

System.Object
  Amazon.DirectConnect.Model.NewPublicVirtualInterface

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

Syntax

C#
public class NewPublicVirtualInterface

The NewPublicVirtualInterface type exposes the following members

Constructors

NameDescription
Public Method NewPublicVirtualInterface()

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 RouteFilterPrefixes System.Collections.Generic.List<Amazon.DirectConnect.Model.RouteFilterPrefix>

Gets and sets the property RouteFilterPrefixes.

The routes to be advertised to the Amazon Web Services network in this Region. Applies to public virtual interfaces.

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

Gets and sets the property Tags.

The tags associated with the public virtual interface.

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