getrewriteglobalResult Structure Definition

The getrewriteglobalResult structure defines the return type for getrewriteglobal 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.

rewriteglobalList

List of rewriteglobals


rewriteglobal Structure Definition

The rewriteglobal structure defines the actual return type values for getrewriteglobal API.

Syntax



Members

type

The bindpoint to which to policy is bound.

policyname

Name of the rewrite 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

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: * reqvserver - Forward the request to the specified request virtual server. * resvserver - Forward the response to the specified response virtual server. * policylabel - Invoke the specified policy label.

labelname

* If labelType is policylabel, name of the policy label to invoke. * If labelType is reqvserver or resvserver, name of the virtual server to which to forward the request of response.

numpol

The number of policies bound to the bindpoint.

flowtype

flowtype of the bound rewrite policy.

globalbindtype


_nextgenapiresource


rwpolicyname


rwpolicypriority


rwpolicygotoprioexpression


rwinvoke


rwpolicyinvokelabeltype


rwpolicyinvokelabelname


rwpolicynumpol


rwpolicyflowtype


See Also