Class: IControl::Common::Statistic

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

Overview

A statistic entry with type and value.

Instance Attribute Summary (collapse)

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)

Returns:

  • (Numeric)

    the current value of time_stamp



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.

Returns:



188
189
190
# File 'lib/icontrol/common.rb', line 188

def type
  @type
end

- (IControl::Common::ULong64) value

The value of the statistic.

Returns:



188
189
190
# File 'lib/icontrol/common.rb', line 188

def value
  @value
end