getlbpolicylabelResult Structure Definition

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

lbpolicylabelList

List of lbpolicylabels


lbpolicylabel Structure Definition

The lbpolicylabel structure defines the actual return type values for getlbpolicylabel API.

Syntax



Members

labelname

Name for the LB policy label.

policylabeltype

Protocols supported by the policylabel. Available Types are : * HTTP - HTTP requests. * DNS - DNS request. * OTHERTCP - OTHERTCP request. * SIP_UDP - SIP_UDP request. * SIP_TCP - SIP_TCP request. * MYSQL - MYSQL request. * MSSQL - MSSQL request. * ORACLE - ORACLE request. * NAT - NAT request. * DIAMETER - DIAMETER request. * RADIUS - RADIUS request. * MQTT - MQTT request. * QUIC_BRIDGE - QUIC_BRIDGE request. * HTTP_QUIC - HTTP_QUIC request.

numpol

number of polices bound to label.

hits

Number of times policy label was invoked.

policyname

Name of the LB policy.

priority

Specifies the priority of the policy.

comment

Any comments to preserve information about this LB policy label.

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 - Invokes the unnamed policy label associated with the specified 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, name of the virtual server.

_nextgenapiresource


boundgotoprioexpression


boundinvokelabeltype


boundinvokelabelname


See Also