SolarWinds.Orion.SCOM.SAM.ComponentComponent Monitor

SolarWinds.Orion.SCOM.SAM.Component (ClassType)

A component that was discovered by the SolarWinds Server and Application Monitor.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId769d6448-e102-e234-cd06-a5cfbfb91fe4

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.SAM.Component:
ComponentID  int  Component ID A unique number used to identify this component. true 256   
Name  string  Component Name The name of this component false 255  False 
Description  string      false 2048  False 
ApplicationName  string  Application Name The name of the application this component belongs to. false 255  False 
NodeName  string  Node Name The name of the node that this component belongs to. false 255  False 
NodeAddress  string  Node Address The IP Address of the node that this component belongs to. false 255  False 

Health Model:

Source Code:

<ClassType ID="SolarWinds.Orion.SCOM.SAM.Component" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="ComponentID" Key="true" Type="int"/>
<Property ID="Name" Key="false" Type="string" Length="255"/>
<Property ID="Description" Type="string" Key="false" Length="2048"/>
<Property ID="ApplicationName" Key="false" Type="string" Length="255"/>
<Property ID="NodeName" Key="false" Type="string" Length="255"/>
<Property ID="NodeAddress" Type="string" Key="false" MinLength="7" Length="255"/>
</ClassType>