getcmppolicylabelResult Structure Definition

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

cmppolicylabelList

List of cmppolicylabels


cmppolicylabel Structure Definition

The cmppolicylabel structure defines the actual return type values for getcmppolicylabel API.

Syntax



Members

labelname

Name of the HTTP compression policy label for which to display details.

type

Type of packets (request packets or response) against which to match the policies bound to this policy label.

numpol

Number of polices bound to label.

hits

Number of times policy label was invoked.

policyname

The compression policy name.

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

Invoke policies bound to a virtual server or a user-defined policy label. After the invoked policies are evaluated, the flow returns to the policy with the next higher priority number in the original label.

labeltype

Type of policy label invocation.

labelname2

Name of the label to invoke if the current policy evaluates to TRUE.

flowtype

Flowtype of the bound compression policy.

description

Description of the policylabel

_nextgenapiresource


cmppolicylabelname


boundpriority


boundgotoprioexpression


boundinvokelabeltype


boundinvokelabelname


See Also