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)
-
- (IControl::Common::AvailabilityStatus) availability_status
The availability color status of the object.
-
- (IControl::Common::EnabledStatus) enabled_status
The enabled status of the object.
-
- (String) status_description
The textual description of the object's status.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::AvailabilityStatus) availability_status
The availability color status of the object.
177 178 179 |
# File 'lib/icontrol/common.rb', line 177 def availability_status @availability_status end |
- (IControl::Common::EnabledStatus) enabled_status
The enabled status of the object.
177 178 179 |
# File 'lib/icontrol/common.rb', line 177 def enabled_status @enabled_status end |
- (String) status_description
The textual description of the object's status.
177 178 179 |
# File 'lib/icontrol/common.rb', line 177 def status_description @status_description end |