Class_ThinkServer.BMC.ProcessorClass_ThinkServer.BMC.Processor (ClassType)

Element properties:

Base ClassClass_ThinkServer.BMC.BaseSubModule
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0a6021a4-f45d-5cc3-df23-292acd02d7ad

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Class_ThinkServer.BMC.BaseSubModule:
BMCIP  string      false 256  False     
Class_ThinkServer.BMC.Processor:
Name  string  Nombre false 256  False     
UniqueId  string      true 256  False     
Caption  string  Título false 256  False     
Identifier  string      false 256  False     
CPUStatus  string  Estado de CPU false 256  False     
CurrentClockSpeed  string  Velocidad de reloj actual false 256  False     
ExternalBusClockSpeed  string  Velocidad de reloj de bus externa false 256  False     
Family  string  Familia false 256  False     
MaxClockSpeed  string  Velocidad de reloj máxima false 256  False     
NumberOfEnabledCores  string  Número de núcleos habilitados false 256  False     
OtherFamilyDescription  string  Otra descripción de familia false 256  False     

Health Model:

Source Code:

<ClassType ID="Class_ThinkServer.BMC.Processor" Accessibility="Public" Abstract="false" Base="Class_ThinkServer.BMC.BaseSubModule" Hosted="true" Singleton="false">
<Property ID="Name" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="UniqueId" Key="true" Type="string" CaseSensitive="false"/>
<Property ID="Caption" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="Identifier" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="CPUStatus" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="CurrentClockSpeed" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="ExternalBusClockSpeed" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="Family" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="MaxClockSpeed" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="NumberOfEnabledCores" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="OtherFamilyDescription" Key="false" Type="string" CaseSensitive="false"/>
</ClassType>