C# Class Amazon.EC2.Model.DeleteCustomerGatewayRequest

Container for the parameters to the DeleteCustomerGateway operation. Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.
Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteCustomerGatewayRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteCustomerGatewayRequest ( string customerGatewayId ) : System

Instantiates DeleteCustomerGatewayRequest with the parameterized properties

Private Methods

Method Description
IsSetCustomerGatewayId ( ) : bool

Method Details

DeleteCustomerGatewayRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteCustomerGatewayRequest ( ) : System
return System

DeleteCustomerGatewayRequest() public method

Instantiates DeleteCustomerGatewayRequest with the parameterized properties
public DeleteCustomerGatewayRequest ( string customerGatewayId ) : System
customerGatewayId string The ID of the customer gateway.
return System