Class: IControl::System::Statistics::GlobalHostStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::GlobalHostStatistics
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes global host statistics. This is one set of combined (“rolled up”) statistics for all hosts.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::Common::StatisticSequence
The global host 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 host statistics.
917 918 919 |
# File 'lib/icontrol/system/statistics.rb', line 917 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
917 918 919 |
# File 'lib/icontrol/system/statistics.rb', line 917 def time_stamp @time_stamp end |