IBM.SystemX.PlatformLenovo x86/x64 Hardware System

IBM.SystemX.Platform (ClassType)

Lenovo x86/x64 hardware system

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7a905d2c-3f43-bc36-c8d3-42fcc9c6622d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
IBM.SystemX.Platform:
SystemUUID  string  Lenovo System UUID Universally unique identifier of the system false 42  False 
MTAndSN  string  Lenovo M/T and S/N Lenovo system's machine type and serial number of the system false 256  False 
ModelNumber  string  Lenovo Platform Model Number Lenovo system's model Number of the system false 256  False 
PlatformCategory  string  Lenovo Platform Category Platform Category of the system false 256  False 
ProductFamily  string  Lenovo Product Family Product family of the system false 256  False 
HostPrincipalName  string  Lenovo Platform - OS Principal Name Host OS Principal Name of the system true 256  False 
HostPlatformAgentInfo  string  Lenovo Platform - OS Platform Agent Host Platform Agent of the Lenovo System false 256  False 
ibmInternalWinEventFiltering  int  (Lenovo Internal) WinEvent Filtering (Lenovo Internal) WinEvent filtering: to make events generated by winevent.exe to behave as if they were real hardware events, if its value is 0. false 256   
Licensed  string  Lenovo HW Management Licensed System 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>