Class: IControl::LocalLB::MonitorInstanceState
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::MonitorInstanceState
- Defined in:
- lib/icontrol/local_lb.rb,
lib/icontrol/local_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::LocalLB::MonitorInstance
The monitor instance definition.
-
#instance_state ⇒ IControl::LocalLB::MonitorInstanceStateType
The state of the monitor instance.
Instance Attribute Details
#enabled_state ⇒ Object
The state indicating whether the instance is enabled/disabled.
250 251 252 |
# File 'lib/icontrol/local_lb.rb', line 250 def enabled_state @enabled_state end |
#instance ⇒ IControl::LocalLB::MonitorInstance
The monitor instance definition.
250 251 252 |
# File 'lib/icontrol/local_lb.rb', line 250 def instance @instance end |
#instance_state ⇒ IControl::LocalLB::MonitorInstanceStateType
The state of the monitor instance.
250 251 252 |
# File 'lib/icontrol/local_lb.rb', line 250 def instance_state @instance_state end |