| getcacheglobalResult Structure Definition |
The getcacheglobalResult structure defines the return type for getcacheglobal 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. |
cacheglobalList |
List of cacheglobals |
| cacheglobal Structure Definition |
The cacheglobal structure defines the actual return type values for getcacheglobal API. |
Syntax |
Members |
type |
The bind point to which policy is bound. |
policyname |
Name of the cache policy. NOTE: This attribute is deprecated. Replaced by Policy field |
policy |
Name of the cache policy. |
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 priority. Applicable only to default-syntax policies. |
labeltype |
Type of policy label to invoke. |
labelname |
Name of the label to invoke if the current policy rule evaluates to TRUE. (To invoke a label associated with a virtual server, specify the name of the virtual server.) |
numpol |
The number of policies bound to the bindpoint. |
flowtype |
flowtype of the bound cache policy. |
rule |
The request/response rule that will trigger the given action. NOTE: This attribute is deprecated. |
actioN |
The integrated cache action to be applied when the system sees content that matches the rules. NOTE: This attribute is deprecated. |
storeingroup |
The content group to store the object when the action directive is CACHE. NOTE: This attribute is deprecated. |
invalgroups |
The content group(s) to be invalidated when the action directive is INVAL. NOTE: This attribute is deprecated. |
invalobjects |
The content group(s) whose objects will be invalidated when the action directive is INVAL. |
hits |
Hits. NOTE: This attribute is deprecated. |
flags |
Flags. NOTE: This attribute is deprecated. |
precededefrules |
Override the default request/response cacheability rules. NOTE: This attribute is deprecated. |
globalbindtype |
_nextgenapiresource |
cachepolicyname |
cachepolicypriority |
cachepolicygotoprioexpression |
cacheinvoke |
cachepolicyinvokelabeltype |
cachepolicyinvokelabelname |
cachepolicynumpol |
cachepolicyflowtype |
cachepolicyflags |
See Also |