| getvpnalwaysonprofileResult Structure Definition |
The getvpnalwaysonprofileResult structure defines the return type for getvpnalwaysonprofile API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
vpnalwaysonprofileList |
List of vpnalwaysonprofiles |
| vpnalwaysonprofile Structure Definition |
The vpnalwaysonprofile structure defines the actual return type values for getvpnalwaysonprofile API. |
Syntax |
Members |
name |
name of AlwaysON profile. |
networkaccessonvpnfailure |
Option to block network traffic when tunnel is not established(and the config requires that tunnel be established). When set to onlyToGateway, the network traffic to and from the client (except Gateway IP) is blocked. When set to fullAccess, the network traffic is not blocked |
clientcontrol |
Allow/Deny user to log off and connect to another Gateway |
locationbasedvpn |
Option to decide if tunnel should be established when in enterprise network. When locationBasedVPN is remote, client tries to detect if it is located in enterprise network or not and establishes the tunnel if not in enterprise network. Dns suffixes configured using -add dns suffix- are used to decide if the client is in the enterprise network or not. If the resolution of the DNS suffix results in private IP, client is said to be in enterprise network. When set to EveryWhere, the client skips the check to detect if it is on the enterprise network and tries to establish the tunnel |
_nextgenapiresource |
See Also |