Intel.Hardware.ModularServer.LedLED

Intel.Hardware.ModularServer.Led (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId847c69fe-e2e3-30d6-6089-a9e64a5403d2

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.Led:
LedId  string  Id true 256  False 
LedType  string  LED Type true 256  False 
LedState  string  LED State false 256  False 
LastUpdated  string  Last Updated Time false 255  False 

Health Model:

Source Code:

<ClassType ID="Intel.Hardware.ModularServer.Led" Accessibility="Public" Abstract="true" Base="System!System.LogicalHardware" Hosted="false" Singleton="false">
<Property ID="LedId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LedType" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LedState" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastUpdated" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>