Class: IControl::LocalLB::Monitor::IntegerValue
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::Monitor::IntegerValue
- Defined in:
- lib/icontrol/local_lb/monitor.rb,
lib/icontrol/local_lb/monitor.rb
Overview
A struct that describe a integer type and value.
Instance Attribute Summary (collapse)
-
- (IControl::LocalLB::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::LocalLB::Monitor::IntPropertyType) type
The integer property type.
419 420 421 |
# File 'lib/icontrol/local_lb/monitor.rb', line 419 def type @type end |
- (Numeric) value
The integer property value.
419 420 421 |
# File 'lib/icontrol/local_lb/monitor.rb', line 419 def value @value end |