C# Class 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.
Inheritance: AmazonEC2Request
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetVpcId ( ) : bool

Method Details

DeleteVpcRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteVpcRequest ( ) : System
Résultat System

DeleteVpcRequest() public méthode

Instantiates DeleteVpcRequest with the parameterized properties
public DeleteVpcRequest ( string vpcId ) : System
vpcId string The ID of the VPC.
Résultat System