C# Class Amazon.EC2.Model.DeleteVpnGatewayRequest

Container for the parameters to the DeleteVpnGateway operation.

Deletes the specified virtual private gateway. We recommend that before you delete a virtual private gateway, you detach it from the VPC and delete the VPN connection. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

Inheritance: AmazonEC2Request
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DeleteVpnGatewayRequest ( ) : System

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

DeleteVpnGatewayRequest ( string vpnGatewayId ) : System

Instantiates DeleteVpnGatewayRequest with the parameterized properties

Private Methods

Méthode Description
IsSetVpnGatewayId ( ) : bool

Method Details

DeleteVpnGatewayRequest() public méthode

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

DeleteVpnGatewayRequest() public méthode

Instantiates DeleteVpnGatewayRequest with the parameterized properties
public DeleteVpnGatewayRequest ( string vpnGatewayId ) : System
vpnGatewayId string The ID of the virtual private gateway.
Résultat System