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

공개 메소드들

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