ADC Advanced Policy Expressions

VSERVER_STATE_E


This object represents state of the Vserver.

Enumerations

UP

State is "UP" for vserver that is UP (running).

DOWN

State is "DOWN" for vserver that is DOWN (not running).

OUT_OF_SERVICE

State is "OUT_OF_SERVICE" for vserver that is out of service. No monitoring packets and no requests are sent to the server that is out of service.

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

EQ (vserver_state_e m)

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

Parameters (expressions not allowed):

            m- Vserver State Name

Returns: bool_at

NE (vserver_state_e m)

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

Parameters (expressions not allowed):

            m- Vserver State Name

Returns: bool_at

VSERVER_STATE_E

In this article