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

ConfirmPublicVirtualInterface() public method

Accept ownership of a public virtual interface created by another customer.

After the virtual interface owner calls this function, the specified virtual interface will be created and made 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 ConfirmPublicVirtualInterface ( ConfirmPublicVirtualInterfaceRequest request ) : ConfirmPublicVirtualInterfaceResponse
request Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceRequest Container for the necessary parameters to execute the ConfirmPublicVirtualInterface service method.
return Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceResponse
        public ConfirmPublicVirtualInterfaceResponse ConfirmPublicVirtualInterface(ConfirmPublicVirtualInterfaceRequest request)
        {
            var marshaller = new ConfirmPublicVirtualInterfaceRequestMarshaller();
            var unmarshaller = ConfirmPublicVirtualInterfaceResponseUnmarshaller.Instance;

            return Invoke<ConfirmPublicVirtualInterfaceRequest,ConfirmPublicVirtualInterfaceResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient