Class: IControl::System::Statistics::GlobalHostStatistics

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

Overview

A struct that describes global host statistics. This is one set of combined (“rolled up”) statistics for all hosts.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::Common::StatisticSequence

The global host statistics.

Returns:



917
918
919
# File 'lib/icontrol/system/statistics.rb', line 917

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



917
918
919
# File 'lib/icontrol/system/statistics.rb', line 917

def time_stamp
  @time_stamp
end