C# 클래스 Amazon.EC2.Model.DeleteVpnGatewayRequest

Container for the parameters to the DeleteVpnGateway operation.

Deletes the specified virtual private gateway. We recommend that before you delete a virtual private gateway, you detach it from the VPC and delete the VPN connection. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteVpnGatewayRequest ( ) : System

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

DeleteVpnGatewayRequest ( string vpnGatewayId ) : System

Instantiates DeleteVpnGatewayRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetVpnGatewayId ( ) : bool

메소드 상세

DeleteVpnGatewayRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteVpnGatewayRequest ( ) : System
리턴 System

DeleteVpnGatewayRequest() 공개 메소드

Instantiates DeleteVpnGatewayRequest with the parameterized properties
public DeleteVpnGatewayRequest ( string vpnGatewayId ) : System
vpnGatewayId string The ID of the virtual private gateway.
리턴 System