Supermicro.Server.SSM.SystemInfo.ProcessorsProcessor

Supermicro.Server.SSM.SystemInfo.Processors (ClassType)

Element properties:

Base ClassSupermicro.Server.SMCIProcessor
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId125b160b-9cf8-d18e-4dff-cf71686a4204

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 the object. false 4000  False 
Supermicro.Server.SSM.SystemInfo.Processors:
cpuName  string  Name false 256  False 
cpuDescription  string  Description false 256  False 
cpuSocketDesignation  string  Socket Designation true 256  False 
cpuManufacturer  string  Manufacturer false 256  False 
cpuCurrentSpeed  string  Current Speed false 256  False 
cpuCoreCount  string  Core Count false 256  False 
cpuCoreEnabled  string  Core Enabled false 256  False 

Health Model:

Source Code:

<ClassType ID="Supermicro.Server.SSM.SystemInfo.Processors" Base="SMCIC!Supermicro.Server.SMCIProcessor" Accessibility="Public" Abstract="false" Hosted="true">
<Property ID="cpuName" Key="false" Type="string"/>
<Property ID="cpuDescription" Key="false" Type="string"/>
<Property ID="cpuSocketDesignation" Key="true" Type="string"/>
<Property ID="cpuManufacturer" Key="false" Type="string"/>
<Property ID="cpuCurrentSpeed" Key="false" Type="string"/>
<Property ID="cpuCoreCount" Key="false" Type="string"/>
<Property ID="cpuCoreEnabled" Key="false" Type="string"/>
</ClassType>