SCUtils.APC.EMUProbeEMU Probe

SCUtils.APC.EMUProbe (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId799359e4-6969-f901-28d6-24a3fbbbdfa5

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
SCUtils.APC.EMUProbe:
ProbeName  string  Probe Name true 256  False     
Index  string  Index false 256  False     
OID  string  OID false 256  False     
CommStatus  string  Communications Status
The state of communications to the probe.
commNeverDiscovered(1) indicates there has never been communications with this device.
commsEstablished(2) indicates communication is normal and active with this device.
commsLost(3) indicates communication had been established, but is no longer.
false 256  False     

Health Model:

Source Code:

<ClassType ID="SCUtils.APC.EMUProbe" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="ProbeName" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Index" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="OID" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="CommStatus" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>