getresponderpolicylabelResult Structure Definition

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

responderpolicylabelList

List of responderpolicylabels


responderpolicylabel Structure Definition

The responderpolicylabel structure defines the actual return type values for getresponderpolicylabel API.

Syntax



Members

labelname

Name of the responder policy label.

policylabeltype

The type of the policy label.

numpol

number of polices bound to label.

hits

Number of times policy label was invoked.

policyname

Name of the responder 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 evaluate the specified policy label.

labeltype

Type of policy label to invoke. Available settings function as follows: * vserver - Invoke an unnamed policy label associated with a virtual server. * policylabel - Invoke a user-defined policy label.

labelname2

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

comment

Any comments to preserve information about this responder policy label.

_nextgenapiresource


rsppolicylabelname


boundpriority


boundgotoprioexpression


boundinvokelabeltype


boundinvokelabelname


See Also