Amazon.DirectConnect.AmazonDirectConnectClient.AllocatePublicVirtualInterface C# (CSharp) Method

AllocatePublicVirtualInterface() public method

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.

When creating an IPv6 public virtual interface (addressFamily is 'ipv6'), the customer and amazon address fields should be left blank to use auto-assigned IPv6 space. Custom IPv6 Addresses are currently not supported.

/// The API was called with invalid parameters. The error message will contain additional /// details about the cause. /// /// A server-side error occurred during the API call. The error message will contain additional /// details about the cause. ///
public AllocatePublicVirtualInterface ( AllocatePublicVirtualInterfaceRequest request ) : AllocatePublicVirtualInterfaceResponse
request Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceRequest Container for the necessary parameters to execute the AllocatePublicVirtualInterface service method.
return Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResponse
        public AllocatePublicVirtualInterfaceResponse AllocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest request)
        {
            var marshaller = new AllocatePublicVirtualInterfaceRequestMarshaller();
            var unmarshaller = AllocatePublicVirtualInterfaceResponseUnmarshaller.Instance;

            return Invoke<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient