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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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