Lenovo.TMM.Server.MP.Inventory.PowerSupply.Class电源设备

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

Power Supply Unit

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Lenovo.TMM.Server.MP.Inventory.PowerSupply.Class:
NameOfPowerSupply  string  电源名称 Name Of Power Supply true 256  False     
Description  string  描述 Description false 256  False     
PowerSupplyStatus  string  状态 Power Supply Status false 256  False     
CurrentReading  string  当前读数 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>