C# Класс 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.
Наследование: AmazonEC2Request
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

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

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

Instantiates DeleteCustomerGatewayRequest with the parameterized properties
public DeleteCustomerGatewayRequest ( string customerGatewayId ) : System
customerGatewayId string The ID of the customer gateway.
Результат System