SolarWinds.Orion.SCOM.HardwareHealth.HardwareInfoHardware

SolarWinds.Orion.SCOM.HardwareHealth.HardwareInfo (ClassType)

Hardware discovered by the SolarWinds server.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8fea0001-b08d-6bd3-fdd1-f15ef11fc5ea

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 
SolarWinds.Orion.SCOM.HardwareHealth.HardwareInfo:
HardwareInfoID  int  Hardware ID A unique number used to identify this hardware. true 256   
NodeName  string  Node Name The name of the node that this hardware belongs to. false 255  False 
Manufacturer  string  Manufacturer The manufacturer of this hardware. false 255  False 
Model  string  Model The model of this hardware. false 255  False 
ServiceTag  string  Service Tag The service tag of this hardware. false 255  False 
NodeAddress  string  Node Address The IP Address of the node that this hardware belongs to. false 255  False 

Health Model:

Source Code:

<ClassType ID="SolarWinds.Orion.SCOM.HardwareHealth.HardwareInfo" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="HardwareInfoID" Key="true" Type="int"/>
<Property ID="NodeName" Key="false" Type="string" Length="255"/>
<Property ID="Manufacturer" Key="false" Type="string" Length="255"/>
<Property ID="Model" Key="false" Type="string" Length="255"/>
<Property ID="ServiceTag" Key="false" Type="string" Length="255"/>
<Property ID="NodeAddress" Type="string" Key="false" MinLength="7" Length="255"/>
</ClassType>