getvideooptimizationdetectionpolicylabelResult Structure Definition

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

videooptimizationdetectionpolicylabelList

List of videooptimizationdetectionpolicylabels


videooptimizationdetectionpolicylabel Structure Definition

The videooptimizationdetectionpolicylabel structure defines the actual return type values for getvideooptimizationdetectionpolicylabel API.

Syntax



Members

labelname

Name of the videooptimization detection 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 videooptimization 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 videooptimization detection policy label.

_nextgenapiresource


videooptdetectionlabelname


boundpriority


boundgotoprioexpression


boundinvokelabeltype


boundinvokelabelname


See Also