Class: IControl::System::CPUUsageExtendedInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::CPUUsageExtendedInformation
- Defined in:
- lib/icontrol/system.rb,
lib/icontrol/system.rb
Overview
A struct that contains the extended CPU usage information for a sequence of hosts.
Instance Attribute Summary collapse
-
#hosts ⇒ IControl::System::CPUUsageExtendedSequence
The statistics for a sequence of hosts.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#hosts ⇒ IControl::System::CPUUsageExtendedSequence
The statistics for a sequence of hosts.
126 127 128 |
# File 'lib/icontrol/system.rb', line 126 def hosts @hosts end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
126 127 128 |
# File 'lib/icontrol/system.rb', line 126 def time_stamp @time_stamp end |