Class: IControl::GlobalLB::Monitor::IntegerValue
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Monitor::IntegerValue
- 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
-
#type ⇒ IControl::GlobalLB::Monitor::IntPropertyType
The integer property type.
-
#value ⇒ Numeric
The integer property value.
Instance Attribute Details
#type ⇒ IControl::GlobalLB::Monitor::IntPropertyType
The integer property type.
449 450 451 |
# File 'lib/icontrol/global_lb/monitor.rb', line 449 def type @type end |
#value ⇒ Numeric
The integer property value.
449 450 451 |
# File 'lib/icontrol/global_lb/monitor.rb', line 449 def value @value end |