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
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetVpnGatewayId ( ) : bool

Method Details

DeleteVpnGatewayRequest() public method

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

DeleteVpnGatewayRequest() public method

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