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

DeleteBGPPeer() public method

Deletes a BGP peer on the specified virtual interface that matches the specified customer address and ASN. You cannot delete the last BGP peer from a virtual interface.
/// 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 DeleteBGPPeer ( DeleteBGPPeerRequest request ) : DeleteBGPPeerResponse
request DeleteBGPPeerRequest Container for the necessary parameters to execute the DeleteBGPPeer service method.
return DeleteBGPPeerResponse
        public DeleteBGPPeerResponse DeleteBGPPeer(DeleteBGPPeerRequest request)
        {
            var marshaller = new DeleteBGPPeerRequestMarshaller();
            var unmarshaller = DeleteBGPPeerResponseUnmarshaller.Instance;

            return Invoke<DeleteBGPPeerRequest,DeleteBGPPeerResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient