Intel.Hardware.ModularServer.ProcessorProcessor

Intel.Hardware.ModularServer.Processor (ClassType)

Element properties:

Base ClassSystem.Processor
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId35e0c5f1-908c-511c-99be-2a3aa198f8a3

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.Processor:
DeviceId  string  Device ID true 256  False 
ProcessorSocket  string  Socket ID false 256  False 
ProcessorID  string  Processor ID false 256  False 
ProcessorType  string  Type false 256  False 
ProcessorFamily  string  Family false 256  False 
ProcessorManufacturer  string  Manufacturer false 256  False 
ProcessorVersion  string  Processor Version false 256  False 
ProcessorVoltage  string  Voltage false 256  False 
ProcessorExtClock  int  External Clock ( in MHz ) false 256   
ProcessorMaxSpeed  int  Max Speed ( in MHz ) false 256   
ProcessorStatus  string  Processor Status false 256  False 
ProcessorSerialNo  string  Serial Number false 256  False 
ProcessorAssetTag  string  Asset Tag false 256  False 
ProcessorPartNo  string  Part Number false 256  False 
ProcessorUpgrade  string  Processor Upgrade false 256  False 

Health Model:

Source Code:

<ClassType ID="Intel.Hardware.ModularServer.Processor" Accessibility="Public" Abstract="false" Base="SystemHardware!System.Processor" Hosted="true" Singleton="false">
<Property ID="DeviceId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorSocket" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!-- ProcessorPresence,<Property ID="ProcessorPresence" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/> -->
<Property ID="ProcessorID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorFamily" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorManufacturer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorVoltage" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorExtClock" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorMaxSpeed" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorStatus" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorSerialNo" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorAssetTag" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorPartNo" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProcessorUpgrade" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>