| getcachepolicylabelResult Structure Definition |
The getcachepolicylabelResult structure defines the return type for getcachepolicylabel 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. |
cachepolicylabelList |
List of cachepolicylabels |
| cachepolicylabel Structure Definition |
The cachepolicylabel structure defines the actual return type values for getcachepolicylabel API. |
Syntax |
Members |
labelname |
Name of the cache-policy label about which to display information. |
evaluates |
When to evaluate policies bound to this label: request-time or response-time. |
numpol |
Number of polices bound to label. |
hits |
Number of times policy label was invoked. |
policyname |
Name of the cache policy to bind to the policy label. |
priority |
Specifies the priority of the policy. |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
invoke |
Invoke policies bound to a virtual server or a user-defined policy label. After the invoked policies are evaluated, the flow returns to the policy with the next-lower priority. |
labeltype |
Type of policy label to invoke: an unnamed label associated with a virtual server, or user-defined policy label. |
labelname2 |
Name of the policy label to invoke if the current policy rule evaluates to TRUE. |
flowtype |
Flowtype of the bound cache policy. |
builtin |
_nextgenapiresource |
cachepolicylabelname |
boundpriority |
boundgotoprioexpression |
boundinvokelabeltype |
boundinvokelabelname |
See Also |