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

Element properties:

Base ClassClass_ThinkServer.BMC.BaseSubModule
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdad468d96-74d7-870c-3878-72aa61abc213

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Class_ThinkServer.BMC.BaseSubModule:
BMCIP  string      false 256  False 
Class_ThinkServer.BMC.Processor:
Name  string  이름 false 256  False 
UniqueId  string      true 256  False 
Caption  string  캡션 false 256  False 
Identifier  string      false 256  False 
CPUStatus  string  CPU 상태 false 256  False 
CurrentClockSpeed  string  현재 클럭 속도 false 256  False 
ExternalBusClockSpeed  string  외부 버스 클럭 속도 false 256  False 
Family  string  제품군 false 256  False 
MaxClockSpeed  string  최대 클럭 속도 false 256  False 
NumberOfEnabledCores  string  사용된 코어 수 false 256  False 
OtherFamilyDescription  string  기타 제품군 설명 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>