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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetCustomerGatewayId ( ) : bool

Method Details

DeleteCustomerGatewayRequest() public méthode

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

DeleteCustomerGatewayRequest() public méthode

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