Class: IControl::LocalLB::MonitorInstanceStateType
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::LocalLB::MonitorInstanceStateType
- Defined in:
- lib/icontrol/local_lb.rb,
lib/icontrol/local_lb.rb
Overview
A list of monitor instance states.
Constant Summary collapse
- INSTANCE_STATE_UNCHECKED =
The instance state is unknown.
:INSTANCE_STATE_UNCHECKED
- INSTANCE_STATE_CHECKING =
The instance state is CHECKING.
:INSTANCE_STATE_CHECKING
- INSTANCE_STATE_UP =
The instance state is UP.
:INSTANCE_STATE_UP
- INSTANCE_STATE_DOWN =
The instance state is DOWN.
:INSTANCE_STATE_DOWN
- INSTANCE_STATE_FORCED_DOWN =
The instance state is FORCED_DOWN.
:INSTANCE_STATE_FORCED_DOWN
- INSTANCE_STATE_DISABLED =
The instance state is DISABLED.
:INSTANCE_STATE_DISABLED
- INSTANCE_STATE_DOWN_BY_IRULE =
The instance state is DOWN, marked by an iRule.
:INSTANCE_STATE_DOWN_BY_IRULE
- INSTANCE_STATE_DOWN_WAIT_FOR_MANUAL_RESUME =
The instance state is DOWN, and should only be marked up manually.
:INSTANCE_STATE_DOWN_WAIT_FOR_MANUAL_RESUME