Intel.Hardware.ModularServer.ProcessorProcessador

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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Intel.Hardware.ModularServer.Processor:
DeviceId  string  ID do dispositivo true 256  False 
ProcessorSocket  string  ID do soquete false 256  False 
ProcessorID  string  ID do processador false 256  False 
ProcessorType  string  Tipo false 256  False 
ProcessorFamily  string  Família false 256  False 
ProcessorManufacturer  string  Fabricante false 256  False 
ProcessorVersion  string  Versão do processador false 256  False 
ProcessorVoltage  string  Tensão false 256  False 
ProcessorExtClock  int  Clock externo ( em MHz ) false 256   
ProcessorMaxSpeed  int  Velocidade máxima ( em MHz ) false 256   
ProcessorStatus  string  Status do processador false 256  False 
ProcessorSerialNo  string  Número de série false 256  False 
ProcessorAssetTag  string  Marca do recurso false 256  False 
ProcessorPartNo  string  Número da peça false 256  False 
ProcessorUpgrade  string  Upgrade do processador 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>