Intel.Hardware.ModularServer.FanFan

Intel.Hardware.ModularServer.Fan (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde2ede598-d7c7-e7c4-4b2c-7fea079a9ce2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Intel.Hardware.ModularServer.Fan:
FanId  string  Id true 256  False 
RpmMinimum  int  Minimum RPM false 256   
RpmMaximum  int  Maximum RPM false 256   
CurrentReading  int  Current Reading false 256   
LastUpdated  string  Last Updated Time false 255  False 

Health Model:

Source Code:

<ClassType ID="Intel.Hardware.ModularServer.Fan" Accessibility="Public" Abstract="true" Base="System!System.LogicalHardware" Hosted="false" Singleton="false">
<Property ID="FanId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RpmMinimum" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RpmMaximum" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CurrentReading" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastUpdated" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>