Microsoft.SystemCenter.UnixServiceGeneric Unix Service

Microsoft.SystemCenter.UnixService (ClassType)

Element properties:

Base ClassMicrosoft.Unix.LocalService
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9a8ba665-097f-392a-914a-7883d502b962

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 
Microsoft.SystemCenter.UnixService:
ServiceName  string  Service Name Service Name true 256  False 
ModulePath  string  Path Module Path false 256  False 
DisplayName  string  Display Name Service Display Name false 256  False 
Handle  string  Handle Service Handle false 256  False 
ComputerName  string  Target Computer Name Name of target Computer false 256  False 
ComputerGUID  string  Target Computer GUID GUID for target Computer false 256  False 
ComputerGroupName  string  Target Computer Group Name Name of target Computer Group false 256  False 
ComputerGroupGUID  string  Target Computer Group GUID GUID for target Computer Group false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.UnixService" Base="Unix!Microsoft.Unix.LocalService" Abstract="true" Accessibility="Public" Hosted="true">
<Property ID="ServiceName" Type="string" Key="true"/>
<Property ID="ModulePath" Type="string" Key="false"/>
<Property ID="DisplayName" Type="string" Key="false"/>
<Property ID="Handle" Type="string" Key="false"/>
<Property ID="ComputerName" Type="string" Key="false"/>
<Property ID="ComputerGUID" Type="string" Key="false"/>
<Property ID="ComputerGroupName" Type="string" Key="false"/>
<Property ID="ComputerGroupGUID" Type="string" Key="false"/>
</ClassType>