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)

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.

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

- (IControl::LocalLB::MonitorInstance) instance

The monitor instance definition.

Returns:



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.

Returns:



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

def instance_state
  @instance_state
end