Intel.Hardware.ModularServer.Processor處理器

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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Intel.Hardware.ModularServer.Processor:
DeviceId  string  裝置 ID true 256  False 
ProcessorSocket  string  通訊端 ID false 256  False 
ProcessorID  string  處理器 ID false 256  False 
ProcessorType  string  類型 false 256  False 
ProcessorFamily  string  系列 false 256  False 
ProcessorManufacturer  string  製造商 false 256  False 
ProcessorVersion  string  處理器版本 false 256  False 
ProcessorVoltage  string  電壓 false 256  False 
ProcessorExtClock  int  外部時脈 (MHz) false 256   
ProcessorMaxSpeed  int  最大速度 (MHz) false 256   
ProcessorStatus  string  處理器狀態 false 256  False 
ProcessorSerialNo  string  序列號 false 256  False 
ProcessorAssetTag  string  資產標簽 false 256  False 
ProcessorPartNo  string  零件號碼 false 256  False 
ProcessorUpgrade  string  處理器升級 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>