Class: IControl::Common::HAAction

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

Overview

An enumeration of HA (High Availability) actions.

Constant Summary collapse

HA_ACTION_NONE =

No action.

:HA_ACTION_NONE
HA_ACTION_REBOOT =

Reboot the system.

:HA_ACTION_REBOOT
HA_ACTION_RESTART =

Restart the HA daemon.

:HA_ACTION_RESTART
HA_ACTION_FAILOVER =

Failover to the peer system.

:HA_ACTION_FAILOVER
HA_ACTION_FAILOVER_RESTART =

Failover to the peer system, then restart.

:HA_ACTION_FAILOVER_RESTART
HA_ACTION_GO_ACTIVE =

Become the active device in a redundant pair.

:HA_ACTION_GO_ACTIVE
HA_ACTION_RESTART_ALL =

Restart all daemons.

:HA_ACTION_RESTART_ALL
HA_ACTION_FAILOVER_ABORT_TRAFFIC_MGT =

Failover and abort TMM and BCM56XXD .

:HA_ACTION_FAILOVER_ABORT_TRAFFIC_MGT