| getvpnurlpolicyResult Structure Definition |
The getvpnurlpolicyResult structure defines the return type for getvpnurlpolicy 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. |
vpnurlpolicyList |
List of vpnurlpolicys |
| vpnurlpolicy Structure Definition |
The vpnurlpolicy structure defines the actual return type values for getvpnurlpolicy API. |
Syntax |
Members |
name |
Name for the new urlPolicy. |
rule |
Expression, or name of a named expression, specifying the traffic that matches the policy.
The following requirements apply only to the NetScaler CLI:
* If the expression includes one or more spaces, enclose the entire expression in double quotation marks.
* If the expression itself includes double quotation marks, escape the quotations by using the \ character.
* Alternatively, you can use single quotation marks to enclose the rule, in which case you do not have to escape the double quotation marks. |
actioN |
Action to be applied by the new urlPolicy if the rule criteria are met. |
comment |
Any comments to preserve information about this policy. |
logaction |
Name of messagelog action to use when a request matches this policy. |
boundto |
The entity name to which policy is bound |
activepolicy |
priority |
builtin |
Indicates that a variable is a built-in (SYSTEM INTERNAL) type. |
undefhits |
The number of times the policy evaluation resulted in undefined processing. |
_nextgenapiresource |
See Also |