Class: IControl::LocalLB::ServiceDownAction

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/local_lb.rb,
lib/icontrol/local_lb.rb

Overview

A list of action types to take when service is down.

Constant Summary collapse

SERVICE_DOWN_ACTION_NONE =

No action.

:SERVICE_DOWN_ACTION_NONE
SERVICE_DOWN_ACTION_RESET =

Send a RST or ICMP.

:SERVICE_DOWN_ACTION_RESET
SERVICE_DOWN_ACTION_DROP =

Clean up the connection.

:SERVICE_DOWN_ACTION_DROP
SERVICE_DOWN_ACTION_RESELECT =

Reselect a new node.

:SERVICE_DOWN_ACTION_RESELECT