Lenovo.TMM.Server.MP.Inventory.Processor.ClassProcessor

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

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId02cd20db-2af7-18fd-135c-9e1bad32a02f

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.Processor.Class:
Manufacturer  string  Processor Manufacturer false 256  False     
ModelName  string  Model Name false 256  False     
Speed  string  Speed (GHz) false 256  False     
SocketNumber  string  Socket Number true 256  False     
NumberOfLogicalProcessors  string  Number of Logical Processors false 256  False     
NumberOfCores  string  Number of Cores false 256  False     
L2CacheSize  string  L2 Cache Size (KB) false 256  False     
L3CacheSize  string  L3 Cache Size (KB) false 256  False     

Health Model:

Source Code:

<ClassType ID="Lenovo.TMM.Server.MP.Inventory.Processor.Class" Base="System!System.PhysicalEntity" Accessibility="Internal" Abstract="false" Hosted="true" Singleton="false">
<Property ID="Manufacturer" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="ModelName" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="Speed" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="SocketNumber" Type="string" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="NumberOfLogicalProcessors" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="NumberOfCores" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="L2CacheSize" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="L3CacheSize" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<!--<Property ID="ProcessorStatus" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" />-->
</ClassType>