IBM.WinComputerWindows Computer on Lenovo System

IBM.WinComputer (ClassType)

Windows computers running on Lenovo Systems

Element properties:

Base ClassMicrosoft.Windows.Computer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfb03ac8b-596a-61d3-310f-c18ffcdb93a5

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 
Microsoft.Windows.Computer:
PrincipalName  string  Principal Name The principal name of this Computer. true 256  False 
DNSName  string  DNS Name The fully qualified domain name of this computer. false 256  False 
NetbiosComputerName  string  NetBIOS Computer Name The NetBIOS name for this computer. false 256  False 
NetbiosDomainName  string  NetBIOS Domain Name The NetBIOS domain name for this computer. false 256  False 
IPAddress  string  IP Address The IP address for this computer. false 256  False 
NetworkName  string  Network Name The network name for this computer false 256  False 
ActiveDirectoryObjectSid  string  Active Directory SID The AD Security Identifier for this computer false 256  False 
IsVirtualMachine  bool  Virtual Machine false 256   
DomainDnsName  string  DNS Domain Name false 256  False 
OrganizationalUnit  string  Organizational Unit false 256  False 
ForestDnsName  string  DNS Forest Name false 256  False 
ActiveDirectorySite  string  Active Directory Site false 256  False 
LogicalProcessors  int  Logical Processors false 256   
IBM.WinComputer:
SystemUUID  string  Lenovo System UUID Universally unique identifier of the Lenovo System false 42  False 
MTAndSN  string  Lenovo M/T and S/N Machine type and serial number of the Lenovo System false 256  False 
ModelNumber  string  Lenovo System Model Model number of the Lenovo System, of 3 alphanumeric characters false 256  False 
PlatformCategory  string  Lenovo Platform Category Classification of platform categories for Lenovo Systems: blade, rack-mount, tower or enterprise/scalable hardware systems false 256  False 
ProductFamily  string  Lenovo Product Family Product family of the Lenovo System, e.g. Lenovo eServer x3950 false 256  False 
PlatformAgentInfo  string  IBM Platform Agent Information about the IBM Platform Agent running on the computer, of version and agent type (e.g. Director Core Services) false 256  False 
BMCAutoDiscovery  string      false 1024  False 
BMCDetected  string  BMC Detected Whether Lenovo Baseboard Management Controller is deteced on the system false 256  False 
RSAIIDetected  string  RSA-II Detected Whether Lenovo Remote Supervisor Adapter (RSA) is detected on the system false 256  False 
RAIDControllers  string  RAID Controllers Lenovo RAID controllers on the system false 256  False 
Licensed  string  Lenovo HW Management Licensed System Information about the Lenovo Hardware Management License on the computer, of whether is a licensed system or not false 256  False 
CappingEnabled  bool  Capping Enabled Information about Capping Enabled, whether or not the system has power capping enabled false 256   
CappingCapable  bool  Capping Capable Information about Capping Capable, whether or not the system is capable of power capping false 256   
PowerMax  int  Power Maximum Maximum Power on the System false 256   
PowerMin  int  Power Minimum Minimum Power on the System false 256   
PowerCap  int  Power Cap Power Cap on the System false 256   
PowerManagementProvider  string  Power Management Provider Installed version of the Lenovo Power CIM Provider false 256  False 
PowerThresholdWarning  int  Warning Power Threshold Warning Power Threshold on the System false 256   
PowerThresholdCritical  int  Critical Power Threshold Critical Power Threshold on the System false 256   
IMMIPV4Address  string  Lenovo BMC IPv4 Address Lenovo Baseboard Management Controller IPv4 Address false 256  False 
FirmwareType  string  Firmware Type Firmware type of the Lenovo System, BIOS or 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"/>
<Property ID="BMCAutoDiscovery" Type="string" Key="false" CaseSensitive="false" Length="1024" 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>