(file) Return to CIM_CalculationServiceForDropper.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_CalculationServiceForDropper 
 6           // ==================================================================
 7              [Association, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::QoS" ), 
 9               Description ( 
10                  "This association is a subclass of ServiceServiceDependency, "
11                  "and represents the reliance of a REDDropperService on one or "
12                  "more DropThresholdCalculationServices. The latter calculate "
13                  "average queue depth, based on the observed depths of a queue. "
14                  "The specific queue examined by each CalculationService is "
15                  "defined using the CalculationBasedOnQueue association." )]
16           class CIM_CalculationServiceForDropper : CIM_ServiceServiceDependency {
17           
18                 [Override ( "Antecedent" ), 
19                  Min ( 1 ), 
20                  Description ( "A calculation service for the dropper." )]
21              CIM_DropThresholdCalculationService REF Antecedent;
22 marek 1.1 
23                 [Override ( "Dependent" ), 
24                  Description ( 
25                     "The RED dropper which is dependent on average queue "
26                     "depth calculations by the Antecedent Service." )]
27              CIM_REDDropperService REF Dependent;
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2