Intel.Hardware.ModularServer.ProcessorProcesseur

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 (FRA) Description (FRA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet de surveillance. false 256  False 
Intel.Hardware.ModularServer.Processor:
DeviceId  string  ID du périphérique true 256  False 
ProcessorSocket  string  ID du socket false 256  False 
ProcessorID  string  ID du processeur false 256  False 
ProcessorType  string  Type false 256  False 
ProcessorFamily  string  Famille false 256  False 
ProcessorManufacturer  string  Fabricant false 256  False 
ProcessorVersion  string  Version du processeur false 256  False 
ProcessorVoltage  string  Tension false 256  False 
ProcessorExtClock  int  Horloge externe (en MHz) false 256   
ProcessorMaxSpeed  int  Vitesse max (en MHz) false 256   
ProcessorStatus  string  État du processeur false 256  False 
ProcessorSerialNo  string  Numéro de série false 256  False 
ProcessorAssetTag  string  Étiquette d'actif false 256  False 
ProcessorPartNo  string  Numéro d'élément false 256  False 
ProcessorUpgrade  string  Mise à niveau du processeur 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>