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)
-
- (IControl::GlobalLB::Monitor::IntPropertyType) type
The integer property type.
-
- (Numeric) value
The integer property value.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::GlobalLB::Monitor::IntPropertyType) type
The integer property type.
449 450 451 |
# File 'lib/icontrol/global_lb/monitor.rb', line 449 def type @type end |
- (Numeric) value
The integer property value.
449 450 451 |
# File 'lib/icontrol/global_lb/monitor.rb', line 449 def value @value end |