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