Lenovo.TMM.Server.MP.Inventory.PowerSupply.ClassPower Supply Unit

Lenovo.TMM.Server.MP.Inventory.PowerSupply.Class (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId9e3ff1e0-36f1-d8b0-7abf-8b129603c77f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Lenovo.TMM.Server.MP.Inventory.PowerSupply.Class:
NameOfPowerSupply  string  Name Of Power Supply Name Of Power Supply true 256  False     
Description  string  Description Description false 256  False     
PowerSupplyStatus  string  Status Power Supply Status false 256  False     
CurrentReading  string  Current Reading Current Reading false 256  False     

Health Model:

Source Code:

<ClassType ID="Lenovo.TMM.Server.MP.Inventory.PowerSupply.Class" Base="System!System.PhysicalEntity" Accessibility="Internal" Abstract="false" Hosted="true" Singleton="false">
<Property ID="NameOfPowerSupply" Type="string" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="PowerSupplyStatus" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="CurrentReading" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--<Property ID="PowerReadingStatus" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" />-->
</ClassType>