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 AllocatePublicVirtualInterface operation. Provisions a public virtual interface to be owned by the specified Amazon Web Services account.

The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account.

Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic.

When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.

Inheritance Hierarchy

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

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

Syntax

C#
public class AllocatePublicVirtualInterfaceRequest : AmazonDirectConnectRequest
         IAmazonWebServiceRequest

The AllocatePublicVirtualInterfaceRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConnectionId System.String

Gets and sets the property ConnectionId.

The ID of the connection on which the public virtual interface is provisioned.

Public Property NewPublicVirtualInterfaceAllocation Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation

Gets and sets the property NewPublicVirtualInterfaceAllocation.

Information about the public virtual interface.

Public Property OwnerAccount System.String

Gets and sets the property OwnerAccount.

The ID of the Amazon Web Services account that owns 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