C# Класс 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.

Наследование: AmazonEC2Request
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetVpnGatewayId ( ) : bool

Описание методов

DeleteVpnGatewayRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteVpnGatewayRequest ( ) : System
Результат System

DeleteVpnGatewayRequest() публичный Метод

Instantiates DeleteVpnGatewayRequest with the parameterized properties
public DeleteVpnGatewayRequest ( string vpnGatewayId ) : System
vpnGatewayId string The ID of the virtual private gateway.
Результат System