Class: IControl::System::Statistics::GlobalTMMStatistics

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

Overview

A struct that describes global TMOS processing agent statistics. This is one set of combined (“rolled up”) statistics for all TMOS processing agents.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::Common::StatisticSequence

The global TMOS processing agent statistics.

Returns:



927
928
929
# File 'lib/icontrol/system/statistics.rb', line 927

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



927
928
929
# File 'lib/icontrol/system/statistics.rb', line 927

def time_stamp
  @time_stamp
end