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.

C# |
public class AllocatePublicVirtualInterfaceRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AllocatePublicVirtualInterfaceRequest()()()() | Initializes a new instance of the AllocatePublicVirtualInterfaceRequest class |
![]() | ConnectionId |
The connection ID on which the public virtual interface is provisioned. Default: None
|
![]() | Equals(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.) |
![]() | NewPublicVirtualInterfaceAllocation |
Detailed information of the public virtual interface to be provisioned. Default: None
|
![]() | OwnerAccount |
The AWS account that will own the new public virtual interface. Default: None
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithConnectionId(String) | Obsolete.
Sets the ConnectionId property
|
![]() | WithNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation) | Obsolete.
Sets the NewPublicVirtualInterfaceAllocation property
|
![]() | WithOwnerAccount(String) | Obsolete.
Sets the OwnerAccount property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | AllocatePublicVirtualInterfaceRequest |