getvideooptimizationpacingpolicylabelResult Structure Definition

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

videooptimizationpacingpolicylabelList

List of videooptimizationpacingpolicylabels


videooptimizationpacingpolicylabel Structure Definition

The videooptimizationpacingpolicylabel structure defines the actual return type values for getvideooptimizationpacingpolicylabel API.

Syntax



Members

labelname

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

_nextgenapiresource


videooptpacinglabelname


boundpriority


boundgotoprioexpression


boundinvokelabeltype


boundinvokelabelname


See Also