Class: IControl::Common::ObjectStatus
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Common::ObjectStatus
- Defined in:
- lib/icontrol/common.rb,
lib/icontrol/common.rb
Overview
An struct that specifies an object status.
Instance Attribute Summary collapse
-
#availability_status ⇒ IControl::Common::AvailabilityStatus
The availability color status of the object.
-
#enabled_status ⇒ IControl::Common::EnabledStatus
The enabled status of the object.
-
#status_description ⇒ String
The textual description of the object’s status.
Instance Attribute Details
#availability_status ⇒ IControl::Common::AvailabilityStatus
The availability color status of the object.
177 178 179 |
# File 'lib/icontrol/common.rb', line 177 def availability_status @availability_status end |
#enabled_status ⇒ IControl::Common::EnabledStatus
The enabled status of the object.
177 178 179 |
# File 'lib/icontrol/common.rb', line 177 def enabled_status @enabled_status end |
#status_description ⇒ String
The textual description of the object’s status.
177 178 179 |
# File 'lib/icontrol/common.rb', line 177 def status_description @status_description end |