PolyServe.MatrixServer.ServicePolyServe Virtual Service Base

PolyServe.MatrixServer.Service (ClassType)

Reports status for all virtual hosts (including Virtual CIFS and VSQLs) and for service/device monitors

Element properties:

Base ClassPolyServe.MatrixServer.PSObject
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1184b98a-11a0-bc54-8164-4b843e4ef154

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 
PolyServe.MatrixServer.PSObject:
ObjectKey  string  reserved3 true 256  False 
PSClusterName  string  Cluster false 256  False 
PolyServe.MatrixServer.Service:
AppName  string  Application false 256  False 
VirtualIP  string  IP Address false 256  False 
ActiveServer  string  Active Server false 256  False 
PrimaryServer  string  Primary Server false 256  False 

Health Model:

Source Code:

<ClassType ID="PolyServe.MatrixServer.Service" Accessibility="Public" Abstract="true" Base="PolyServe.MatrixServer.PSObject" Hosted="false" Singleton="false">
<Property ID="AppName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="VirtualIP" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="ActiveServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="PrimaryServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
</ClassType>