ADC Advanced Policy Expressions

VSERVER_TYPE_E


This object represents type of the Vserver.

Enumerations

LB

Load Balancing Vserver.

CS

Content Switching Vserver.

CR

Cache Redirection Vserver.

GSLB

Global Server Load Balancing VServer.

VPN

VPN VServer.

AUTHN

Authentication VServer.

USER

User VServer.

This topic lists the expressions that are provided by this class.

EQ (vserver_type_e vserverType)

The result is Boolean TRUE if the input argument is equal to the Vserver type represented by this object.

Example: HTTP.REQ.VSERVER.TYPE.EQ(LB)

Parameters (expressions not allowed):

        vserverType- Vserver Type

Returns: bool_at

NE (vserver_type_e vserverType)

The result is Boolean TRUE if the input argument is not equal to the Vserver type represented by this object.

Example: HTTP.REQ.VSERVER.TYPE.NE(LB)

Parameters (expressions not allowed):

        vserverType- Vserver Type

Returns: bool_at

VSERVER_TYPE_E

In this article