Supermicro.Server.SMCISensorSupermicro Sensor

Supermicro.Server.SMCISensor (ClassType)

Element properties:

Base ClassSupermicro.Server.SMCILogicalHardware
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId042a641b-c6a6-e471-8c2b-74871a0b97f2

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 the object. false 4000  False 
Supermicro.Server.SMCISensor:
SensorStatus  string  Status false 256  False 
SensorID  string  ID false 256  False 
SensorNum  string  Number false 256  False 
Sensor  string  Name true 256  False 
Reading  string  Reading false 256  False 
LowNR  string  Low Non-Recoverable false 256  False 
LowCT  string  Low Critical false 256  False 
HighCT  string  High Critical false 256  False 
HighNR  string  High Non-Recoverable false 256  False 

Health Model:

Source Code:

<ClassType ID="Supermicro.Server.SMCISensor" Base="Supermicro.Server.SMCILogicalHardware" Accessibility="Public" Abstract="true" Hosted="false">
<Property ID="SensorStatus" Key="false" Type="string"/>
<Property ID="SensorID" Key="false" Type="string"/>
<Property ID="SensorNum" Key="false" Type="string"/>
<Property ID="Sensor" Key="true" Type="string"/>
<Property ID="Reading" Key="false" Type="string"/>
<Property ID="LowNR" Key="false" Type="string"/>
<Property ID="LowCT" Key="false" Type="string"/>
<Property ID="HighCT" Key="false" Type="string"/>
<Property ID="HighNR" Key="false" Type="string"/>
</ClassType>