Class: IControl::System::Statistics::TMMStatisticEntry

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#statisticsIControl::Common::StatisticSequence

The statistics for the TMOS processing agent.

Returns:



1145
1146
1147
# File 'lib/icontrol/system/statistics.rb', line 1145

def statistics
  @statistics
end

#tmm_idString

The TMOS processing agent id.

Returns:

  • (String)

    the current value of tmm_id



1145
1146
1147
# File 'lib/icontrol/system/statistics.rb', line 1145

def tmm_id
  @tmm_id
end