| getvpnintranetapppolicyResult Structure Definition |
The getvpnintranetapppolicyResult structure defines the return type for getvpnintranetapppolicy 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. |
vpnintranetapppolicyList |
List of vpnintranetapppolicys |
| vpnintranetapppolicy Structure Definition |
The vpnintranetapppolicy structure defines the actual return type values for getvpnintranetapppolicy API. |
Syntax |
Members |
name |
Name for the new intranet Application Policy. |
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 intranetAppPolicy 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 |
undefhits |
The number of times the policy evaluation resulted in undefined processing. |
_nextgenapiresource |
See Also |