(file) Return to CIM_ClassifierElementInClassifierService.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_ClassifierElementInClassifierService 
 6           // ==================================================================
 7              [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::QoS" ), 
 9               Description ( 
10                  "This aggregation represents the relationship between a "
11                  "ClassifierService and the ClassifierElements that provide its "
12                  "fan-out function. ClassifierElements represent the traffic "
13                  "selectors for the Service. A ClassifierService typically "
14                  "aggregates multiple ClassifierElements. An individual Element, "
15                  "however, is aggregated only by a single ClassifierService." )]
16           class CIM_ClassifierElementInClassifierService : CIM_ServiceComponent {
17           
18                 [Aggregate, Override ( "GroupComponent" ), 
19                  Min ( 1 ), 
20                  Max ( 1 ), 
21                  Description ( 
22 marek 1.1           "The ClassifierService which aggregates ClassifierElements."
23                      )]
24              CIM_ClassifierService REF GroupComponent;
25           
26                 [Override ( "PartComponent" ), 
27                  Description ( 
28                     "The aggregated ClassifierElement, defined in the context "
29                     "of one ClassifierService." )]
30              CIM_ClassifierElement REF PartComponent;
31           
32                 [Description ( 
33                     "Because the filters for a classifier can overlap, it is "
34                     "necessary to specify the order in which the "
35                     "ClassifierElements are aggregated by a "
36                     "ClassifierService. This then dictates the order in which "
37                     "packets coming into the classifier are presented. Values "
38                     "are represented in ascending order: first \'1\', then "
39                     "\'2\', and so on. Different values MUST be assigned for "
40                     "each of the ClassifierElements aggregated by a given "
41                     "ClassifierService." )]
42              uint32 ClassifierOrder;
43 marek 1.1 
44           
45           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2