This relationship associates a Service with the Security Services that it uses. This association does not add any constraints or semantics to ServiceServiceDependency. As a result, it is deprecated. | Qualifiers:Version ( "2.8.1000" ) UMLPackagePath ( "CIM::User::SecurityServices" ) Deprecated { "CIM_ServiceServiceDependency" } Association | Parameters (local in grey) | | Override ( "Dependent" ) Deprecated { "CIM_ServiceServiceDependency.Dependent" } CIM_Service REF Dependent ;
| Override ( "Antecedent" ) Deprecated { "CIM_ServiceServiceDependency.Antecedent" } CIM_SecurityService REF Antecedent ;
| 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. |
| | | | |
|