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 (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
IBM.SystemX.Platform:
SystemUUID  string  Lenovo システム UUID システムの UUID false 42  False 
MTAndSN  string  Lenovo M/T および S/N システムの 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 プラットフォーム・エージェント Lenovo システムのホスト・プラットフォーム・エージェント 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>