IBM.SystemX.BaseSystemLenovo x86/x64 硬體節點

IBM.SystemX.BaseSystem (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda83ba137-5434-8b62-7327-c31ad25b077a

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 
IBM.SystemX.BaseSystem:
SystemUUID  string  Lenovo 系統 UUID 硬體節點的通用唯一 ID false 42  False 
MTAndSN  string  Lenovo 機型及序號 硬體節點的 Lenovo 系統機型及序號 false 256  False 
ModelNumber  string  系統機型 硬體節點的 Lenovo 系統型號(3 個英數字元) false 256  False 
HostPlatformCategory  string  平台種類 硬體節點主機的平台種類分類 false 256  False 
HostSystemUUID  string  (Lenovo 内部)Lenovo 硬體節點 - 主機系統 UUID 硬體節點出現在其中的主機系統 UUID false 42  False 
ContainerHostID  string  (Lenovo 内部)Lenovo 硬體節點 - 實體儲存器的名稱 硬體節點實際上所在的實體儲存器名稱 false 256  False 
ContainerHostUUID  string  (Lenovo 内部)Lenovo 硬體節點 - 實體儲存器的系統 UUID 硬體節點實際上所在的實體儲存器系統 UUID false 42  False 
HostPrincipalName  string  Lenovo 硬體節點 - OS 主體名稱 硬體節點主機的主體名稱 true 256  False 
HostPlatformAgentInfo  string  Lenovo 硬體節點 - OS Platform Agent 硬體節點主機上的 Platform Agent false 256  False 
FirmwareType  string  韌體類型 硬體節點的韌體類型(BIOS 或 UEFI) false 256  False 
FirmwareVersion  string  韌體版本 硬體節點上韌體的版本 false 256  False 
HyperthreadingEnabled  string  (Lenovo 保留) 保留(物件內容) false 256  False 
ProcessorSocketCapacity  string  處理器插座容量上限 硬體節點上處理器插座數目上限 false 256  False 
MemorySlotCapacity  string  記憶體插槽容量上限 硬體節點上記憶體插槽數目上限 false 256  False 
ExpansionSlotCapacity  string  擴充槽容量上限 硬體節點上擴充槽數目上限 false 256  False 
PowerSupplyCapacity  string  電源供應器容量上限 硬體節點上電源供應器數目上限 false 256  False 

Health Model:

Source Code:

<ClassType ID="IBM.SystemX.BaseSystem" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<!--system identification-->
<Property ID="SystemUUID" Type="string" Key="false" CaseSensitive="false" Length="42" MinLength="0"/>
<!--system info of this hardware node-->
<Property ID="MTAndSN" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ModelNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!--host platform's info-->
<Property ID="HostPlatformCategory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HostSystemUUID" Type="string" Key="false" CaseSensitive="false" Length="42" MinLength="0"/>
<!--container info-->
<Property ID="ContainerHostID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ContainerHostUUID" Type="string" Key="false" CaseSensitive="false" Length="42" MinLength="0"/>
<!--host principal name/Agent info-->
<Property ID="HostPrincipalName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HostPlatformAgentInfo" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!--firmware info-->
<Property ID="FirmwareType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FirmwareVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HyperthreadingEnabled" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!--system capacity-->
<Property ID="ProcessorSocketCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MemorySlotCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ExpansionSlotCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PowerSupplyCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>