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

Container for the parameters to the AttachVpnGateway operation. Attaches a virtual private gateway to a VPC. For more information, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.
상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AttachVpnGatewayRequest ( ) : System

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

AttachVpnGatewayRequest ( string vpnGatewayId, string vpcId ) : System

Instantiates AttachVpnGatewayRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetVpcId ( ) : bool
IsSetVpnGatewayId ( ) : bool

메소드 상세

AttachVpnGatewayRequest() 공개 메소드

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

AttachVpnGatewayRequest() 공개 메소드

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