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 CreatePublicVirtualInterface operation. Creates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A public virtual interface supports sending traffic to public services of Amazon Web Services such as Amazon S3.

When creating an IPv6 public virtual interface (addressFamily is ipv6), leave the customer and amazon address fields blank to use auto-assigned IPv6 space. Custom IPv6 addresses are not supported.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreatePublicVirtualInterfaceRequest : AmazonDirectConnectRequest
         IAmazonWebServiceRequest

The CreatePublicVirtualInterfaceRequest 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 NewPublicVirtualInterface Amazon.DirectConnect.Model.NewPublicVirtualInterface

Gets and sets the property NewPublicVirtualInterface.

Information about the public 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