Class: IControl::System::Statistics::TMMStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::TMMStatisticEntry
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes statistics for a particular TMOS processing agent.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the TMOS processing agent.
-
#tmm_id ⇒ String
The TMOS processing agent id.
Instance Attribute Details
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the TMOS processing agent.
1145 1146 1147 |
# File 'lib/icontrol/system/statistics.rb', line 1145 def statistics @statistics end |
#tmm_id ⇒ String
The TMOS processing agent id.
1145 1146 1147 |
# File 'lib/icontrol/system/statistics.rb', line 1145 def tmm_id @tmm_id end |