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

Container for the parameters to the DeleteCustomerGateway operation. Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.
상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteCustomerGatewayRequest ( ) : System

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

DeleteCustomerGatewayRequest ( string customerGatewayId ) : System

Instantiates DeleteCustomerGatewayRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCustomerGatewayId ( ) : bool

메소드 상세

DeleteCustomerGatewayRequest() 공개 메소드

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

DeleteCustomerGatewayRequest() 공개 메소드

Instantiates DeleteCustomerGatewayRequest with the parameterized properties
public DeleteCustomerGatewayRequest ( string customerGatewayId ) : System
customerGatewayId string The ID of the customer gateway.
리턴 System