IBM.SystemX.PlatformLenovo x86/x64 硬體系統

IBM.SystemX.Platform (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6d8ccdf8-bac2-afd9-e3b0-5b9e50cd2508

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.Platform:
SystemUUID  string  Lenovo 系統 UUID 系統的通用唯一 ID false 42  False 
MTAndSN  string  Lenovo 機型及序號 系統的 Lenovo 系統機型及序號 false 256  False 
ModelNumber  string  Lenovo 平台型號 系統的 Lenovo 系統型號 false 256  False 
PlatformCategory  string  Lenovo 平台種類 系統的平台種類 false 256  False 
ProductFamily  string  Lenovo 系列產品 系統的系列產品 false 256  False 
HostPrincipalName  string  Lenovo 平台 - OS 主體名稱 系統的主機 OS 主體名稱 true 256  False 
HostPlatformAgentInfo  string  Lenovo 平台 - OS Platform Agent Lenovo 系統的主機 Platform Agent false 256  False 
ibmInternalWinEventFiltering  int  (Lenovo 内部)WinEvent 過濾 (Lenovo 内部)WinEvent 過濾:如果值為 0,則使 winevent.exe 所產生的事件,在行為上類似於實際硬體事件。 false 256   
Licensed  string  Lenovo 硬體管理授權系統 Information about the Lenovo hardware Management License on the Lenovo system, of whether is a licensed system or not false 256  False 

Health Model:

Source Code:

<ClassType ID="IBM.SystemX.Platform" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<!--system identification at platform level-->
<Property ID="SystemUUID" Type="string" Key="false" CaseSensitive="false" Length="42" MinLength="0"/>
<!--system info at platform level-->
<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"/>
<Property ID="PlatformCategory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProductFamily" Type="string" Key="false" CaseSensitive="false" Length="256" 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"/>
<!--WinEvent filter flag-->
<Property ID="ibmInternalWinEventFiltering" Type="int"/>
<Property ID="Licensed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>