Class: IControl::GlobalLB::MonitorInstanceState
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::MonitorInstanceState
- Defined in:
- lib/icontrol/global_lb.rb,
lib/icontrol/global_lb.rb
Overview
A struct that describes a monitor instance state.
Instance Attribute Summary collapse
-
#enabled_state ⇒ Object
The state indicating whether the instance is enabled/disabled.
-
#instance ⇒ IControl::GlobalLB::MonitorInstance
The monitor instance definition.
-
#instance_state ⇒ IControl::GlobalLB::MonitorInstanceStateType
The state of the monitor instance.
Instance Attribute Details
#enabled_state ⇒ Object
The state indicating whether the instance is enabled/disabled.
100 101 102 |
# File 'lib/icontrol/global_lb.rb', line 100 def enabled_state @enabled_state end |
#instance ⇒ IControl::GlobalLB::MonitorInstance
The monitor instance definition.
100 101 102 |
# File 'lib/icontrol/global_lb.rb', line 100 def instance @instance end |
#instance_state ⇒ IControl::GlobalLB::MonitorInstanceStateType
The state of the monitor instance.
100 101 102 |
# File 'lib/icontrol/global_lb.rb', line 100 def instance_state @instance_state end |