Class: IControl::Common::Statistic
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Common::Statistic
- Defined in:
- lib/icontrol/common.rb,
lib/icontrol/common.rb
Overview
A statistic entry with type and value.
Instance Attribute Summary (collapse)
-
- (Numeric) time_stamp
The timestamp of the statistic (Not currently supported in 9.0, intended for future use).
-
- (IControl::Common::StatisticType) type
The type of the statistic.
-
- (IControl::Common::ULong64) value
The value of the statistic.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) time_stamp
The timestamp of the statistic (Not currently supported in 9.0, intended for future use)
188 189 190 |
# File 'lib/icontrol/common.rb', line 188 def time_stamp @time_stamp end |
- (IControl::Common::StatisticType) type
The type of the statistic.
188 189 190 |
# File 'lib/icontrol/common.rb', line 188 def type @type end |
- (IControl::Common::ULong64) value
The value of the statistic.
188 189 190 |
# File 'lib/icontrol/common.rb', line 188 def value @value end |