Quest.SoSSE.ConnectionsSpotlight Connections Class

Quest.SoSSE.Connections (ClassType)

Connections returned from the selected Spotlight Diagnostic Server

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcc16be98-96ac-bf26-97b1-73d17221bc92
CommentThis class is hosted by the Spotlight DS - this class must be discovered after the DS class above

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       
Quest.SoSSE.Connections:
Id  string  Connection ID true 256  False     
SortId  string  Sort ID false 256  False     
ConnectionName  string  Connection Name false 256  False     
ConnectionDisplayName  string  Connection Display Name false 256  False     
TechnologyType  string  Connection Technology Type false 256  False     
Enabled  bool  Connection Enabled false 256       
InOutage  bool  InOutage false 256       
OutageIgnored  bool  Outage Ignored false 256       
SevHighCount  int  High Severity Count false 256       
SevMediumCount  int  Medium Severity Count false 256       
SevLowCount  int  Low Severity Count false 256       
SevInformationCount  int  Information Severity Count false 256       
SevDisabledCount  int  Disabled Severity Count false 256       
DSName  string  Diagnostic Server Name false 256  False     

Health Model:

Source Code:

<ClassType ID="Quest.SoSSE.Connections" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false" Comment="This class is hosted by the Spotlight DS - this class must be discovered after the DS class above" Extension="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<Property ID="Id" Key="true" Type="string"/>
<Property ID="SortId" Key="false" Type="string"/>
<Property ID="ConnectionName" Key="false" Type="string"/>
<Property ID="ConnectionDisplayName" Key="false" Type="string"/>
<Property ID="TechnologyType" Key="false" Type="string"/>
<Property ID="Enabled" Key="false" Type="bool"/>
<Property ID="InOutage" Key="false" Type="bool"/>
<Property ID="OutageIgnored" Key="false" Type="bool"/>
<Property ID="SevHighCount" Key="false" Type="int"/>
<Property ID="SevMediumCount" Key="false" Type="int"/>
<Property ID="SevLowCount" Key="false" Type="int"/>
<Property ID="SevInformationCount" Key="false" Type="int"/>
<Property ID="SevDisabledCount" Key="false" Type="int"/>
<Property ID="DSName" Key="false" Type="string"/>
</ClassType>