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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
IBM.SystemX.BaseSystem:
SystemUUID  string  Lenovo 系统 UUID 硬件节点的通用唯一标识 false 42  False 
MTAndSN  string  Lenovo 机器类型和序列号 Lenovo 系统的硬件节点的机器类型和序列号 false 256  False 
ModelNumber  string  系统型号 Lenovo 系统的硬件节点的型号,由三个字母数字字符组成 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 硬件节点 - 操作系统主体名称 硬件节点的主机的主体名称 true 256  False 
HostPlatformAgentInfo  string  Lenovo 硬件节点 - 操作系统 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>