IBM.SystemX.PlatformSistema de hardware Lenovo 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
IBM.SystemX.Platform:
SystemUUID  string  Lenovo System UUID Identificador del sistema universalmente único false 42  False 
MTAndSN  string  Lenovo T/M y N/S Tipo de máquina del sistema Lenovo y número de serie del sistema false 256  False 
ModelNumber  string  Número de modelo de plataforma Lenovo Número de modelo del sistema Lenovo del sistema false 256  False 
PlatformCategory  string  Plataforma Lenovo Categoría Categoría de plataforma del sistema false 256  False 
ProductFamily  string  Familia de productos de Lenovo Familia de productos del sistema false 256  False 
HostPrincipalName  string  Plataforma de Lenovo - Nombre principal de SO Nombre principal de SO de host del sistema true 256  False 
HostPlatformAgentInfo  string  Plataforma de Lenovo - Agente de plataforma de SO Agente de plataforma de host del sistema Lenovo false 256  False 
ibmInternalWinEventFiltering  int  (Lenovo interno) Filtrado de WinEvent (Lenovo interno) Filtrado de WinEvent: para que los eventos generados por winevent.exe se comporten como si fueran eventos de hardware real, si su valor es 0. false 256   
Licensed  string  Sistema con licencia de administración de HW de 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>