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

CreateVpnConnectionRequest() public method

Instantiates CreateVpnConnectionRequest with the parameterized properties
public CreateVpnConnectionRequest ( string type, string customerGatewayId, string vpnGatewayId ) : System
type string The type of VPN connection (ipsec.1).
customerGatewayId string The ID of the customer gateway.
vpnGatewayId string The ID of the virtual private gateway.
return System
        public CreateVpnConnectionRequest(string type, string customerGatewayId, string vpnGatewayId)
        {
            _type = type;
            _customerGatewayId = customerGatewayId;
            _vpnGatewayId = vpnGatewayId;
        }

Same methods

CreateVpnConnectionRequest::CreateVpnConnectionRequest ( ) : System