This association is a subclass of ServiceServiceDependency, and represents the reliance of a REDDropperService on one or more DropThresholdCalculationServices. The latter calculate average queue depth, based on the observed depths of a queue. The specific queue examined by each CalculationService is defined using the CalculationBasedOnQueue association. | Qualifiers:Version ( "2.7.0" ) Association | Parameters (local in grey) | | Override ( "Dependent" ) CIM_REDDropperService REF Dependent ; The RED dropper which is dependent on average queue depth calculations by the Antecedent Service. | Min ( 1 ) Override ( "Antecedent" ) CIM_DropThresholdCalculationService REF Antecedent ; A calculation service for the dropper. | boolean RestartService ; This property describes that the Antecedent Service must be restarted after the Dependent operation is complete. | Values { "Unknown" , "Other" , "Service Must Have Completed" , "Service Must Be Started" , "Service Must Not Be Started" } ValueMap { "0" , "1" , "2" , "3" , "4" } 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. |
| | | | |
|