Intel.Hardware.ModularServer.ProcessorProcesador

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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Intel.Hardware.ModularServer.Processor:
DeviceId  string  ID de dispositivo true 256  False 
ProcessorSocket  string  ID de zócalo false 256  False 
ProcessorID  string  ID de procesador false 256  False 
ProcessorType  string  Tipo false 256  False 
ProcessorFamily  string  Familia false 256  False 
ProcessorManufacturer  string  Fabricante false 256  False 
ProcessorVersion  string  Versión de procesador false 256  False 
ProcessorVoltage  string  Voltaje false 256  False 
ProcessorExtClock  int  Reloj externo (en MHz) false 256   
ProcessorMaxSpeed  int  Velocidad máx. (en MHz) false 256   
ProcessorStatus  string  Estado del procesador false 256  False 
ProcessorSerialNo  string  Número de serie false 256  False 
ProcessorAssetTag  string  Etiqueta de activo false 256  False 
ProcessorPartNo  string  Número de pieza false 256  False 
ProcessorUpgrade  string  Actualización del procesador 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>