C# Класс Amazon.EC2.Model.DetachVpnGatewayRequest

Container for the parameters to the DetachVpnGateway operation.

Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).

You must wait for the attachment's state to switch to detached before you can delete the VPC or attach a different VPC to the virtual private gateway.

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

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

Метод Описание
DetachVpnGatewayRequest ( ) : System

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

DetachVpnGatewayRequest ( string vpnGatewayId, string vpcId ) : System

Instantiates DetachVpnGatewayRequest with the parameterized properties

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

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

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

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

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

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

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