Huawei.Server.ServerNumericSensorHuawei.Server.ServerNumericSensor (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde5975c27-6ec1-02aa-3fec-673861cf538b

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 
Huawei.Server.ServerNumericSensor:
DeviceID  string      true 256  False 
CurrentReading  string      false 256  False 
BaseUnits  string      false 256  False 
SensorType  string      false 256  False 
LowerThresholdCritical  string      false 256  False 
LowerThresholdNonCritical  string      false 256  False 
UpperThresholdCritical  string      false 256  False 
UpperThresholdNonCritical  string      false 256  False 

Health Model:

Source Code:

<ClassType ID="Huawei.Server.ServerNumericSensor" Accessibility="Public" Abstract="true" Base="System!System.PhysicalEntity" Hosted="false" Singleton="false">
<Property ID="DeviceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="CurrentReading" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="BaseUnits" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="SensorType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="LowerThresholdCritical" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="LowerThresholdNonCritical" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="UpperThresholdCritical" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="UpperThresholdNonCritical" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
</ClassType>