Méthode | Description | |
---|---|---|
CreateVpnConnectionRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateVpnConnectionRequest ( string type, string customerGatewayId, string vpnGatewayId ) : System |
Instantiates CreateVpnConnectionRequest with the parameterized properties
|
Méthode | Description | |
---|---|---|
IsSetCustomerGatewayId ( ) : bool | ||
IsSetOptions ( ) : bool | ||
IsSetType ( ) : bool | ||
IsSetVpnGatewayId ( ) : bool |
public CreateVpnConnectionRequest ( ) : System | ||
Résultat | System |
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. |
Résultat | System |