SolarWinds.Orion.SCOM.BaseInterfaceSolarWinds.Orion.SCOM.BaseInterface (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7ce81c82-78be-453d-ade6-d040bf2436b8

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.BaseInterface:
InterfaceID  int  Interface ID A unique number used to identify this interface. true 256   
InterfaceIndex  int  Interface Index This number describes an interface's position in relation to other interfaces on the node. false 256   
InterfaceName  string  Interface Name A string identifying an interface. false 255  False 
Description  string  Description A string describing the type of interface. false 255  False 
Speed  string  Speed The speed of the interface in bits/sec. false 255  False 
NodeName  string  Node Name The name of the node that this interface belongs to. false 255  False 
NodeAddress  string  Node Address The IP Address of the node that this interface belongs to. false 255  False 

Health Model:

Source Code:

<ClassType ID="SolarWinds.Orion.SCOM.BaseInterface" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="InterfaceID" Type="int" Key="true"/>
<Property ID="InterfaceIndex" Type="int" Key="false"/>
<Property ID="InterfaceName" Type="string" Length="255" Key="false"/>
<Property ID="Description" Type="string" Length="255" Key="false"/>
<Property ID="Speed" Type="string" Length="255" Key="false"/>
<Property ID="NodeName" Type="string" Length="255"/>
<Property ID="NodeAddress" Type="string" Key="false" MinLength="7" Length="255"/>
</ClassType>