| addlbpolicylabel |
Use this method to creates a user-defined LB policy label, to which you can bind policies. A policy label is a tool for evaluating a set of policies in a specified order. |
Syntax |
Parameters |
labelname |
Name for the LB policy label. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) hash (#), space ( ), at (@), equals (=), colon (:), and underscore characters.
The following requirement applies only to the Citrix ADC CLI:
If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my lb policy label" or 'my lb policy label'). This is mandatory parameter. |
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. Default value = NS_PLTMAP_LB_REQ. |
comment |
Any comments to preserve information about this LB policy label. |
Return Value |
Returns simpleResult |
See Also |