Network\CIM_CalculationBasedOnQueue.mof.mof (HTML version)

Return to index
CIM_CalculationBasedOnQueue Superclass: CIM_ServiceServiceDependency
This association establishes a dependency relationship between a QueuingService and an instance of the DropThresholdCalculationService class. The queue's current depth is used by the CalculationService in calculating an average/smoothed queue depth.
Qualifiers:Version ( "2.7.0" ) UMLPackagePath ( "CIM::Network::QoS" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_DropThresholdCalculationService REF Dependent ;
The CalculationService that provides an average queue depth.
Max ( 1 )
Min ( 1 )
Override ( "Antecedent" )
CIM_QueuingService REF Antecedent ;
The queue examined by the CalculationService.
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.