| gettmtrafficpolicyResult Structure Definition |
The gettmtrafficpolicyResult structure defines the return type for gettmtrafficpolicy 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. |
tmtrafficpolicyList |
List of tmtrafficpolicys |
| tmtrafficpolicy Structure Definition |
The tmtrafficpolicy structure defines the actual return type values for gettmtrafficpolicy API. |
Syntax |
Members |
name |
Name of the traffic policy for which to display detailed information. |
rule |
The rule used by the vpn traffic 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 action to be performed when the rule is matched. |
boundto |
The entity name to which policy is bound |
activepolicy |
priority |
hits |
Number of hits. |
_nextgenapiresource |
See Also |