Class: IControl::GlobalLB::MonitorInstanceState

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#enabled_stateObject

The state indicating whether the instance is enabled/disabled.

Returns:

  • (Object)

    the current value of enabled_state



100
101
102
# File 'lib/icontrol/global_lb.rb', line 100

def enabled_state
  @enabled_state
end

#instanceIControl::GlobalLB::MonitorInstance

The monitor instance definition.

Returns:



100
101
102
# File 'lib/icontrol/global_lb.rb', line 100

def instance
  @instance
end

#instance_stateIControl::GlobalLB::MonitorInstanceStateType

The state of the monitor instance.

Returns:



100
101
102
# File 'lib/icontrol/global_lb.rb', line 100

def instance_state
  @instance_state
end