Class: IControl::System::Statistics::TMMStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::TMMStatistics
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes TMOS processing agent statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::System::Statistics::TMMStatisticEntrySequence
The statistics for a sequence of TMOS processing agents.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::System::Statistics::TMMStatisticEntrySequence
The statistics for a sequence of TMOS processing agents.
1154 1155 1156 |
# File 'lib/icontrol/system/statistics.rb', line 1154 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
1154 1155 1156 |
# File 'lib/icontrol/system/statistics.rb', line 1154 def time_stamp @time_stamp end |