Class: IControl::Common::EnabledState

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

Overview

A list of enabled states.

Constant Summary collapse

STATE_DISABLED =

The object is disabled.

:STATE_DISABLED
STATE_ENABLED =

The object is enabled.

:STATE_ENABLED