Class: IControl::System::PlatformFans

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#fansIControl::System::FanMetricSequenceSequence

The platform fan information.

Returns:



266
267
268
# File 'lib/icontrol/system.rb', line 266

def fans
  @fans
end

#time_stampIControl::Common::TimeStamp

The time stamp at which the statistics are gathered.

Returns:



266
267
268
# File 'lib/icontrol/system.rb', line 266

def time_stamp
  @time_stamp
end