Amazon.EC2.Model.CreateVpnGatewayRequest.CreateVpnGatewayRequest C# (CSharp) Method

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
        public CreateVpnGatewayRequest(GatewayType type)
        {
            _type = type;
        }

Same methods

CreateVpnGatewayRequest::CreateVpnGatewayRequest ( ) : System