C# Class 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 .

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetAvailabilityZone ( ) : bool
IsSetType ( ) : bool

Method Details

CreateVpnGatewayRequest() public method

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

CreateVpnGatewayRequest() public method

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