Class: IControl::System::PlatformFans
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::PlatformFans
- Defined in:
- lib/icontrol/system.rb,
lib/icontrol/system.rb
Overview
A structure that contains the platform fan information and timestamp.
Instance Attribute Summary collapse
-
#fans ⇒ IControl::System::FanMetricSequenceSequence
The platform fan information.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at which the statistics are gathered.
Instance Attribute Details
#fans ⇒ IControl::System::FanMetricSequenceSequence
The platform fan information.
266 267 268 |
# File 'lib/icontrol/system.rb', line 266 def fans @fans end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at which the statistics are gathered.
266 267 268 |
# File 'lib/icontrol/system.rb', line 266 def time_stamp @time_stamp end |