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

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

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