Class: IControl::System::CPUUsageInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::CPUUsageInformation
- Defined in:
- lib/icontrol/system.rb,
lib/icontrol/system.rb
Overview
This structure has been deprecated; use CPUUsageExtendedInformation and related structures instead. A struct that contains the CPU usage information.
Instance Attribute Summary (collapse)
-
- (IControl::Common::TimeStamp) time_stamp
The time stamp at which the statistics are gathered.
-
- (IControl::System::CPUUsageSequence) usages
The list of CPU usage patterns.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::TimeStamp) time_stamp
The time stamp at which the statistics are gathered.
136 137 138 |
# File 'lib/icontrol/system.rb', line 136 def time_stamp @time_stamp end |
- (IControl::System::CPUUsageSequence) usages
The list of CPU usage patterns.
136 137 138 |
# File 'lib/icontrol/system.rb', line 136 def usages @usages end |