Microsoft.SystemCenter.UnixService常规 UNIX/Linux 服务

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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SystemCenter.UnixService:
ServiceName  string  服务名称 服务名称 true 256  False     
ModulePath  string  路径 模块路径 false 256  False     
DisplayName  string  显示名称 服务显示名称 false 256  False     
Handle  string  句柄 服务句柄 false 256  False     
ComputerName  string  目标计算机名称 目标计算机名称 false 256  False     
ComputerGUID  string  目标计算机 GUID 目标计算机 GUID false 256  False     
ComputerGroupName  string  目标计算机组名称 目标计算机组名称 false 256  False     
ComputerGroupGUID  string  目标计算机组 GUID 目标计算机组 GUID 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>