IBM.HardwareMgmtPack.IMM2.ProcessorIBM.HardwareMgmtPack.IMM2.Processor (ClassType)

Element properties:

Base ClassSystem.Device
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId49fe46e0-21b7-95b6-f12c-51d9ca7d3b01

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 
IBM.HardwareMgmtPack.IMM2.Processor:
Name  string  Name false 256  False 
UniqueId  string      true 256  False 
Caption  string  Caption false 256  False 
CPUStatus  string  CPU Status false 256  False 
CurrentClockSpeed  string  Current Clock Speed false 256  False 
ExternalBusClockSpeed  string  External Bus Clock Speed false 256  False 
Family  string  Family false 256  False 
MaxClockSpeed  string  Max Clock Speed false 256  False 
NumberOfEnabledCores  string  Number Of Enabled Cores false 256  False 
OtherFamilyDescription  string  Other Family Description false 256  False 

Health Model:

Source Code:

<ClassType ID="IBM.HardwareMgmtPack.IMM2.Processor" Base="System!System.Device" Accessibility="Public" Abstract="false" Singleton="false">
<Property ID="Name" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="UniqueId" Key="true" Type="string" CaseSensitive="false"/>
<Property ID="Caption" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="CPUStatus" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="CurrentClockSpeed" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="ExternalBusClockSpeed" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="Family" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="MaxClockSpeed" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="NumberOfEnabledCores" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="OtherFamilyDescription" Key="false" Type="string" CaseSensitive="false"/>
</ClassType>