Class: IControl::Common::EnabledStatus

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

Overview

A list of possible values for enabled status.

Constant Summary collapse

ENABLED_STATUS_NONE =

Error scenario.

:ENABLED_STATUS_NONE
ENABLED_STATUS_ENABLED =

The object is active when in Green availability status. It may or may not be active when in Blue availability status.

:ENABLED_STATUS_ENABLED
ENABLED_STATUS_DISABLED =

The object is inactive regardless of availability status.

:ENABLED_STATUS_DISABLED
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.

:ENABLED_STATUS_DISABLED_BY_PARENT