SDNMonitoringMP.SDNMonitoring.HostHost

SDNMonitoringMP.SDNMonitoring.Host (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId65e300f8-d4d6-3e39-64b3-9c57565b2509

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 
SDNMonitoringMP.SDNMonitoring.Host:
Id  string  Host Unique Id true 256  False 
OS  string  Host Operating System false 256  False 
Model  string  Host Model Number false 256  False 
Vendor  string  Host Vendor Name false 256  False 
Serial  string  Host Serial Number false 256  False 

Health Model:

Source Code:

<ClassType ID="SDNMonitoringMP.SDNMonitoring.Host" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="Id" Key="true" Type="string"/>
<Property ID="OS" Key="false" Type="string"/>
<Property ID="Model" Key="false" Type="string"/>
<Property ID="Vendor" Key="false" Type="string"/>
<Property ID="Serial" Key="false" Type="string"/>
</ClassType>