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

AllocatePrivateVirtualInterface() public method

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.

/// 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 AllocatePrivateVirtualInterface ( AllocatePrivateVirtualInterfaceRequest request ) : AllocatePrivateVirtualInterfaceResponse
request Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceRequest Container for the necessary parameters to execute the AllocatePrivateVirtualInterface service method.
return Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResponse
        public AllocatePrivateVirtualInterfaceResponse AllocatePrivateVirtualInterface(AllocatePrivateVirtualInterfaceRequest request)
        {
            var marshaller = new AllocatePrivateVirtualInterfaceRequestMarshaller();
            var unmarshaller = AllocatePrivateVirtualInterfaceResponseUnmarshaller.Instance;

            return Invoke<AllocatePrivateVirtualInterfaceRequest,AllocatePrivateVirtualInterfaceResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient