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)
-
- (IControl::Common::StatisticSequence) statistics
The global host statistics.
-
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::StatisticSequence) statistics
The global host statistics.
917 918 919 |
# File 'lib/icontrol/system/statistics.rb', line 917 def statistics @statistics end |
- (IControl::Common::TimeStamp) time_stamp
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 |