| getvpnsessionpolicyResult Structure Definition |
The getvpnsessionpolicyResult structure defines the return type for getvpnsessionpolicy 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. |
vpnsessionpolicyList |
List of vpnsessionpolicys |
| vpnsessionpolicy Structure Definition |
The vpnsessionpolicy structure defines the actual return type values for getvpnsessionpolicy API. |
Syntax |
Members |
name |
Name of the session policy to display. |
rule |
The new rule associated with the policy. Rules are combinations of expressions. Expressions are simple conditions, such as a test for equality, applied to operands, such as a URL string or an IP address. Expression syntax is described in the Installation and Configuration Guide. |
actioN |
The new vpn session action the policy is using. |
boundto |
The entity name to which policy is bound |
activepolicy |
priority |
builtin |
Indicates that a variable is a built-in (SYSTEM INTERNAL) type. |
expressiontype |
Type of policy (Classic/Advanced) |
hits |
Number of hits. |
_nextgenapiresource |
See Also |