AWS SDK Version 2 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.

.NET Framework 3.5
 
Container for the parameters to the AllocatePublicVirtualInterface operation. Provisions a public virtual interface to be owned by a different customer.

The owner of a connection calls this function to provision a public virtual interface which will be owned by another AWS customer.

Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic.

Inheritance Hierarchy

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

Namespace: Amazon.DirectConnect.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class AllocatePublicVirtualInterfaceRequest : AmazonDirectConnectRequest
         IRequestEvents

The AllocatePublicVirtualInterfaceRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConnectionId System.String Gets and sets the property ConnectionId.

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

Default: None

Public Property NewPublicVirtualInterfaceAllocation Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation Gets and sets the property NewPublicVirtualInterfaceAllocation.

Detailed information for the public virtual interface to be provisioned.

Default: None

Public Property OwnerAccount System.String Gets and sets the property OwnerAccount.

The AWS account that will own the new public virtual interface.

Default: None

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8