Name | Data Type | Value | Scope | Flavors |
---|---|---|---|---|
Association | boolean | true | None | OVERRIDABLE= false |
Description | string | CIM_ServiceServiceDependency is an association between a Service and another Service, indicating that the latter is required to be present, required to have completed, or must be absent for the former Service to provide its functionality. For example, Boot Services may be dependent upon underlying system initialization Services. In the case of the initialization Services, the Boot Service may be dependent on the init Services completing. Examining the ServiceServiceDependency class definition, note that its superclass ProvidesServiceToElement is deprecated. Unfortunately, ProvidesServiceToElement cannot be removed from the object hierarchy without a major Schema release. When/if this occurs, the ProvidesServiceToElement superclass will be removed, and ServiceServiceDependency will subclass from CIM_Dependency directly. | None | TRANSLATABLE= true |
Version | string | 2.7.0 | TOSUBCLASS= false | TRANSLATABLE= true |
Name | Data Type | Qualifiers | ||||
---|---|---|---|---|---|---|
Name | Data Type | Value | Scope | Flavors | ||
RestartService | boolean | |||||
Description | string | This property describes that the Antecedent Service must be restarted after the Dependent operation is complete. | None | TRANSLATABLE= true | ||
TypeOfDependency | uint16 | |||||
Description | string | The nature of the Service to Service dependency. This property describes that the associated Service must have completed (value=2), must be started (3) or must not be started (4) in order for the Service to function. | None | TRANSLATABLE= true | ||
ValueMap | string | 0, 1, 2, 3, 4 | None | None | ||
Values | string | Unknown, Other, Service Must Have Completed, Service Must Be Started, Service Must Not Be Started | None | TRANSLATABLE= true |
Name | Class Origin | Reference Class |
---|---|---|
Antecedent | CIM_ServiceServiceDependency | CIM_Service |
Dependent | CIM_ServiceServiceDependency | CIM_Service |