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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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