Bostwick.WUG.WUGDeviceWUG Device Class

Bostwick.WUG.WUGDevice (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId50737105-494b-d82e-5a35-83aa4b4df877

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.WUGDevice:
DeviceKey  string  Device Unique Key This property is an SHA1cng hash of the DeviceID and WUG Server, to create a unique key for mapping monitors to devices.
Generated by "DeviceID"+"_"+"WUGServerFQDN" as the text to hash.
true 256  False     
DeviceType  string  Device Type DeviceType is the DeviceType.sDisplayName false 256  False     
DeviceID  int  Device ID DeviceID is the Device.nDeviceID false 256       
HostName  string  Hostname HostName is the NetworkInterface.sNetworkName false 256  False     
Name  string  Device Name Device Name is the Device.sDisplayName false 256  False     
WUGServer  string  WUGServer WUGServer is the name of the hosting WUG Server false 256  False     
IPAddress  string  IPAddress IPAddress is the NetworkInterface.sNetworkAddress false 256  False     

Health Model:

Source Code:

<ClassType ID="Bostwick.WUG.WUGDevice" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="DeviceKey" Key="true" Type="string"/>
<Property ID="DeviceType" Key="false" Type="string"/>
<Property ID="DeviceID" Key="false" Type="int"/>
<Property ID="HostName" Key="false" Type="string"/>
<Property ID="Name" Key="false" Type="string"/>
<Property ID="WUGServer" Key="false" Type="string"/>
<Property ID="IPAddress" Key="false" Type="string"/>
</ClassType>