Class: IControl::LocalLB::MonitorInstanceState

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

Instance Attribute Details

#enabled_stateObject

The state indicating whether the instance is enabled/disabled.

Returns:

  • (Object)

    the current value of enabled_state



250
251
252
# File 'lib/icontrol/local_lb.rb', line 250

def enabled_state
  @enabled_state
end

#instanceIControl::LocalLB::MonitorInstance

The monitor instance definition.

Returns:



250
251
252
# File 'lib/icontrol/local_lb.rb', line 250

def instance
  @instance
end

#instance_stateIControl::LocalLB::MonitorInstanceStateType

The state of the monitor instance.

Returns:



250
251
252
# File 'lib/icontrol/local_lb.rb', line 250

def instance_state
  @instance_state
end