CIM_ServiceServiceDependency is an association between a Service and another Service, which indicates 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 might be dependent upon underlying system initialization Services. In the case of the initialization Services, the Boot Service might be dependent on the completion of the init Services. When 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 or if a major release occurs, the ProvidesServiceToElement superclass will be removed, and ServiceServiceDependency will subclass from CIM_Dependency directly. | Qualifiers:Version ( "2.10.0" ) UMLPackagePath ( "CIM::Core::Service" ) Association | Parameters (local in grey) | | Override ( "Dependent" ) CIM_Service REF Dependent ; The Service that is dependent on an underlying Service. | ValueMap { "0" , "1" , "2" , "3" , "4" } Values { "Unknown" , "Other" , "Service Must Have Completed" , "Service Must Be Started" , "Service Must Not Be Started" } uint16 TypeOfDependency ; The nature of the Service-to-Service dependency. This property describes that the associated Service must have completed (value=2), must be started (value=3) or must not be started (value=4) for the Service to function. | boolean RestartService ; This property describes that the Antecedent Service must be restarted after the Dependent operation is complete. | Override ( "Antecedent" ) CIM_Service REF Antecedent ; The required Service. |
| | | | |
|