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
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetVpcId ( ) : bool

Method Details

DeleteVpcRequest() public method

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

DeleteVpcRequest() public method

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