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)
-
- (Object) enabled_state
The state indicating whether the instance is enabled/disabled.
-
- (IControl::LocalLB::MonitorInstance) instance
The monitor instance definition.
-
- (IControl::LocalLB::MonitorInstanceStateType) instance_state
The state of the monitor instance.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Object) enabled_state
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 |
- (IControl::LocalLB::MonitorInstance) instance
The monitor instance definition.
250 251 252 |
# File 'lib/icontrol/local_lb.rb', line 250 def instance @instance end |
- (IControl::LocalLB::MonitorInstanceStateType) instance_state
The state of the monitor instance.
250 251 252 |
# File 'lib/icontrol/local_lb.rb', line 250 def instance_state @instance_state end |