Bostwick.WUG.WUGMonitorWUG Monitor Class

Bostwick.WUG.WUGMonitor (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3d3e8cf3-e886-4f66-afda-93888a7711df

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       
Bostwick.WUG.WUGMonitor:
MonitorKey  string  Monitor Unique Key
This property is an SHA1cng hash of the MonitorTypeID and WUG Server, to create a unique key for mapping monitors to devices.
Generated by "MonitorTypeID"+"_"+"WUGServerFQDN" as the text to hash.
true 256  False     
MonitorName  string  Monitor Name Monitor Name is the ActiveMonitorType.sMonitorTypeName false 256  False     
MonitorTypeID  string  Monitor Type ID MonitorTypeID is the ActiveMonitorType.nActiveMonitorTypeID false 256  False     
WUGServer  string  WUG Server WUGServer is the name of the hosting WUG Server false 256  False     

Health Model:

Source Code:

<ClassType ID="Bostwick.WUG.WUGMonitor" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="MonitorKey" Key="true" Type="string"/>
<Property ID="MonitorName" Key="false" Type="string"/>
<Property ID="MonitorTypeID" Key="false" Type="string"/>
<Property ID="WUGServer" Key="false" Type="string"/>
</ClassType>