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

Container for the parameters to the CreateVpnGateway operation.

Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself.

For more information about virtual private gateways, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide .

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

공개 메소드들

메소드 설명
CreateVpnGatewayRequest ( ) : System

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

CreateVpnGatewayRequest ( GatewayType type ) : System

Instantiates CreateVpnGatewayRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAvailabilityZone ( ) : bool
IsSetType ( ) : bool

메소드 상세

CreateVpnGatewayRequest() 공개 메소드

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

CreateVpnGatewayRequest() 공개 메소드

Instantiates CreateVpnGatewayRequest with the parameterized properties
public CreateVpnGatewayRequest ( GatewayType type ) : System
type GatewayType The type of VPN connection this virtual private gateway supports.
리턴 System