AWS SDK for .NET Documentation
AllocatePrivateVirtualInterfaceRequest Class
AmazonAmazon.DirectConnect.ModelAllocatePrivateVirtualInterfaceRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the AllocatePrivateVirtualInterface operation.

Provisions a private virtual interface to be owned by a different customer.

The owner of a connection calls this function to provision a private 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 ConfirmPrivateVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic.

Declaration Syntax
C#
public class AllocatePrivateVirtualInterfaceRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AllocatePrivateVirtualInterfaceRequest()()()()
Initializes a new instance of the AllocatePrivateVirtualInterfaceRequest class

ConnectionId
The connection ID on which the private virtual interface is provisioned. Default: None

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NewPrivateVirtualInterfaceAllocation
Detailed information of the private virtual interface to be provisioned. Default: None

OwnerAccount
The AWS account that will own the new private virtual interface. Default: None

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithConnectionId(String) Obsolete.
Sets the ConnectionId property

WithNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation) Obsolete.
Sets the NewPrivateVirtualInterfaceAllocation property

WithOwnerAccount(String) Obsolete.
Sets the OwnerAccount property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 AllocatePrivateVirtualInterfaceRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)