| gettunneltrafficpolicyResult Structure Definition |
The gettunneltrafficpolicyResult structure defines the return type for gettunneltrafficpolicy 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. |
tunneltrafficpolicyList |
List of tunneltrafficpolicys |
| tunneltrafficpolicy Structure Definition |
The tunneltrafficpolicy structure defines the actual return type values for gettunneltrafficpolicy API. |
Syntax |
Members |
name |
Name of the tunnel traffic policy for which to show detailed information. |
expressiontype |
Type of policy (Classic/Advanced) |
rule |
Expression, against which traffic is evaluated.
The following requirements apply only to the Citrix ADC CLI:
* If the expression includes blank spaces, the entire expression must be enclosed in double quotation marks.
* If the expression itself includes double quotation marks, you must 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 |
Name of the built-in compression action to associate with the policy. |
hits |
No of hits. |
undefhits |
Number of policy UNDEF hits. |
txbytes |
Number of bytes transmitted. |
rxbytes |
Number of bytes received. |
clientttlb |
Total client TTLB value. |
clienttransactions |
Number of client transactions. |
serverttlb |
Total server TTLB value. |
servertransactions |
Number of server transactions. |
comment |
Any comments to preserve information about this policy. |
logaction |
Name of the messagelog action to use for requests that match this policy. |
boundto |
The entity name to which policy is bound |
activepolicy |
priority |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
builtin |
Indicates that a variable is a built-in (SYSTEM INTERNAL) type. |
_nextgenapiresource |
See Also |