Dell.ManagedServer.ProcUnitDell Server Processor

Dell.ManagedServer.ProcUnit (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9345b47c-8820-9c47-5742-9f615ceca06c

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 monitoring object. false 256  False 
Dell.ManagedServer.ProcUnit:
DeviceID  string  Device ID Unique Identifier for ProcUnit object true 256  False 
Family  string  Family Processor Family false 256  False 
MaxClockSpeed  string  Max Clock Speed Maximum Clock Speed(Mhz) false 256  False 
Model  string  Model Processor Model false 256  False 
Manufacturer  string  Manufacturer Processor Manufacturer false 256  False 
NumberOfProcessorCores  string  Number Of Processor Cores Number of Cores in the Processor false 256  False 
Characteristics  string  Characteristics Processor Characteristics false 256  False 
HyperThreadingEnabled  string  HyperThreadingEnabled Whether Hyperthreading is enabled false 256  False 
HyperThreadingCapable  string  HyperThreadingCapable Whether Processor is capable of Hyperthreading false 256  False 
VirtualizationTechnologyEnabled  string  VirtualizationTechnologyEnabled Whether Virtualization Technology is enabled false 256  False 
VirtualizationTechnologyCapable  string  VirtualizationTechnologyCapable Whether Processor is capable of Virtualization Technology false 256  False 
XDEnabled  string  XD Enabled Whether XD bit is enabled (http://en.wikipedia.org/wiki/NX_bit) false 256  False 
XDCapable  string  XD Capable Whether Processor is capable of XD false 256  False 
TurboModeEnabled  string  TurboModeEnabled Whether Turbo Mode is enabled false 256  False 
TurboModeCapable  string  TurboModeCapable Whether Processor is capable of Turbo Mode false 256  False 

Health Model:

Source Code:

<ClassType ID="Dell.ManagedServer.ProcUnit" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="DeviceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Family" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MaxClockSpeed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Model" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Manufacturer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NumberOfProcessorCores" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Characteristics" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HyperThreadingEnabled" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HyperThreadingCapable" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VirtualizationTechnologyEnabled" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VirtualizationTechnologyCapable" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="XDEnabled" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="XDCapable" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TurboModeEnabled" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TurboModeCapable" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>