IBM.WinComputerSistema Windows en sistema Lenovo

IBM.WinComputer (ClassType)

Sistemas Windows en ejecución en sistemas Lenovo

Element properties:

Base ClassMicrosoft.Windows.Computer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId19b6290a-7b8f-da09-4004-e4195683bb97

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 
Microsoft.Windows.Computer:
PrincipalName  string  Nombre principal El nombre principal de este equipo. true 256  False 
DNSName  string  Nombre DNS El nombre de dominio completo de este equipo. false 256  False 
NetbiosComputerName  string  Nombre de equipo NetBIOS El nombre NetBIOS de este equipo. false 256  False 
NetbiosDomainName  string  Nombre de dominio NetBIOS El nombre de dominio NetBIOS de este equipo. false 256  False 
IPAddress  string  Dirección IP La dirección IP de este equipo. false 256  False 
NetworkName  string  Nombre de red El nombre de red de este equipo. false 256  False 
ActiveDirectoryObjectSid  string  Active Directory SID El identificador de seguridad de AD de este equipo. false 256  False 
IsVirtualMachine  bool  Máquina virtual false 256   
DomainDnsName  string  Nombre de dominio DNS false 256  False 
OrganizationalUnit  string  Unidad organizativa false 256  False 
ForestDnsName  string  Nombre de bosque DNS false 256  False 
ActiveDirectorySite  string  Sitio de Active Directory false 256  False 
LogicalProcessors  int  Procesadores lógicos false 256   
IBM.WinComputer:
SystemUUID  string  Lenovo System UUID Identificador único universal de sistema de Lenovo false 42  False 
MTAndSN  string  Lenovo T/M y N/S Tipo de máquina y número de serie de sistema Lenovo false 256  False 
ModelNumber  string  Lenovo System Modelo Número de modelo de sistema Lenovo, de 3 caracteres alfanuméricos false 256  False 
PlatformCategory  string  Plataforma Lenovo Categoría Clasificación de categorías de plataforma de sistemas Lenovo: blade, montaje en bastidor, sistemas de hardware en torre o enterprise/escalable false 256  False 
ProductFamily  string  Familia de productos de Lenovo Familia de productos del sistema Lenovo; por ejemplo, Lenovo eServer x3950 false 256  False 
PlatformAgentInfo  string  Lenovo Platform Agent Información sobre el Lenovo Platform Agent en ejecución en el equipo, de la versión y el tipo de agente (por ejemplo, Director Core Services) false 256  False 
BMCDetected  string  BMC detectado Ya sea que se detecte el controlador de administración de Lenovo Baseboard en el sistema false 256  False 
RSAIIDetected  string  RSA-II detectado Ya sea que se detecte el adaptador del supervisor remoto de Lenovo (RSA) en el sistema false 256  False 
RAIDControllers  string  Controladores RAID Controladores RAI de Lenovo en el sistema false 256  False 
Licensed  string  Sistema con licencia de administración de HW de Lenovo Information about the Lenovo hardware Management License on the computer, of whether is a licensed system or not false 256  False 
CappingEnabled  bool  Habilitación de limitación Información acerca de la habilitación de limitación, ya sea o no que el sistema tenga la limitación de energía habilitada false 256   
CappingCapable  bool  Capacidad de limitación Información acerca de la capacidad de limitación, ya sea o no que el sistema tenga capacidad de limitación de energía false 256   
PowerMax  int  Energía máxima Energía máxima en el sistema false 256   
PowerMin  int  Energía mínima Energía mínima en el sistema false 256   
PowerCap  int  Capacitor Capacitor en el sistema false 256   
PowerManagementProvider  string  Proveedor de administración de energía Versión instalada del Lenovo Power CIM Provider false 256  False 
PowerThresholdWarning  int  Umbral de energía de advertencia Umbral de energía de advertencia en el sistema false 256   
PowerThresholdCritical  int  Umbral crítico de energía Umbral crítico de energía en el sistema false 256   
IMMIPV4Address  string  Dirección IPv4 de Lenovo IMM Dirección IPv4 de módulo Lenovo Integrated Management false 256  False 
FirmwareType  string  Tipo de firmware Tipo de firmware de los sistemas Lenovo, BIOS o UEFI false 256  False 

Health Model:

Source Code:

<ClassType ID="IBM.WinComputer" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.Computer" Hosted="false" Singleton="false">
<!--system identification-->
<Property ID="SystemUUID" Type="string" Key="false" CaseSensitive="false" Length="42" MinLength="0"/>
<!--system info-->
<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"/>
<!--agent info-->
<Property ID="PlatformAgentInfo" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!--hardware detected-->
<Property ID="BMCDetected" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RSAIIDetected" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RAIDControllers" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Licensed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!-- PXB080239 Added Power Max, Power Min, Power Cap, Current Warning and Critical Power Thresholds, CappingEnabled, CappingCapable-->
<Property ID="CappingEnabled" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CappingCapable" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PowerMax" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PowerMin" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PowerCap" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PowerManagementProvider" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PowerThresholdWarning" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PowerThresholdCritical" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!--For Licensed client only-->
<Property ID="IMMIPV4Address" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FirmwareType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>