Module: F5::Icontrol::LocalLB::EnabledStatus
- Defined in:
- lib/f5/icontrol/locallb/enabled_status.rb
Overview
devcentral.f5.com/wiki/iControl.LocalLB__EnabledStatus.ashx A list of possible values for enabled status.
Constant Summary collapse
- ENABLED_STATUS_NONE =
Error scenario.
EnumItem.new('ENABLED_STATUS_NONE', '0')
- ENABLED_STATUS_ENABLED =
The object is active when in Green availability status. It may or may not be active when in Blue availability status.
EnumItem.new('ENABLED_STATUS_ENABLED', '1')
- ENABLED_STATUS_DISABLED =
The object is inactive regardless of availability status.
EnumItem.new('ENABLED_STATUS_DISABLED', '2')
- ENABLED_STATUS_DISABLED_BY_PARENT =
The object is inactive regardless of availability status because its parent has been disabled, but the object itself is still enabled.
EnumItem.new('ENABLED_STATUS_DISABLED_BY_PARENT', '3')