Class: IControl::GlobalLB::Monitor::IntegerValue

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/global_lb/monitor.rb,
lib/icontrol/global_lb/monitor.rb

Overview

A struct that describe a integer type and value.

Instance Attribute Summary collapse

Instance Attribute Details

#typeIControl::GlobalLB::Monitor::IntPropertyType

The integer property type.

Returns:



449
450
451
# File 'lib/icontrol/global_lb/monitor.rb', line 449

def type
  @type
end

#valueNumeric

The integer property value.

Returns:

  • (Numeric)

    the current value of value



449
450
451
# File 'lib/icontrol/global_lb/monitor.rb', line 449

def value
  @value
end