Class: IControl::System::Statistics::GlobalTMMStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::GlobalTMMStatistics
- 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
-
#statistics ⇒ IControl::Common::StatisticSequence
The global TMOS processing agent statistics.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::Common::StatisticSequence
The global TMOS processing agent statistics.
927 928 929 |
# File 'lib/icontrol/system/statistics.rb', line 927 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
927 928 929 |
# File 'lib/icontrol/system/statistics.rb', line 927 def time_stamp @time_stamp end |