| gettransformglobalResult Structure Definition |
The gettransformglobalResult structure defines the return type for gettransformglobal 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. |
transformglobalList |
List of transformglobals |
| transformglobal Structure Definition |
The transformglobal structure defines the actual return type values for gettransformglobal API. |
Syntax |
Members |
type |
Specifies the bind point to which to bind the policy. |
policyname |
Name of the transform 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 |
If the current policy evaluates to TRUE, terminate evaluation of policies bound to the current policy label, and then forwards the request or response to the specified virtual server or evaluates the specified policy label. |
labeltype |
Type of invocation. Available settings function as follows:
* reqvserver - Send the request to the specified request virtual server.
* resvserver - Send the response to the specified response virtual server.
* policylabel - Invoke the specified policy label. |
labelname |
Name of the policy label to invoke if the current policy evaluates to TRUE, the invoke parameter is set, and the label type is Policy Label. |
flowtype |
flowtype of the bound transform policy. |
numpol |
The number of policies bound to the bindpoint. |
globalbindtype |
_nextgenapiresource |
transformpolicyname |
transformpolicypriority |
transformpolicygotoprioexpression |
transforminvoke |
transformpolicyinvokelabeltype |
transformpolicyinvokelabelname |
transformpolicynumpol |
transformpolicyflowtype |
See Also |