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

Container for the parameters to the DeleteVpc operation. Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.
Наследование: AmazonEC2Request
Показать файл Открыть проект Примеры использования класса

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

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

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

DeleteVpcRequest ( string vpcId ) : System

Instantiates DeleteVpcRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DeleteVpcRequest with the parameterized properties
public DeleteVpcRequest ( string vpcId ) : System
vpcId string The ID of the VPC.
Результат System