| getlbglobalResult Structure Definition |
The getlbglobalResult structure defines the return type for getlbglobal 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. |
lbglobalList |
List of lbglobals |
| lbglobal Structure Definition |
The lbglobal structure defines the actual return type values for getlbglobal API. |
Syntax |
Members |
type |
policyname |
Name of the LB policy. |
priority |
Specifies the priority of the policy. |
flowtype |
flowtype of the bound LB policy. |
numpol |
number of polices bound to label. |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
invoke |
If the current policy evaluates to TRUE, terminate evaluation of policies bound to the current policy label, and then forward the request to the specified virtual server or evaluate the specified policy label. |
labeltype |
Type of invocation, Available settings function as follows:
* vserver - Invokes the unnamed policy label associated with the specified virtual server.
* policylabel - Invoke the specified policy label. |
labelname |
Name of the virtual server or user-defined policy label to invoke if the policy evaluates to TRUE. |
globalbindtype |
_nextgenapiresource |
See Also |