(file) Return to CIM_NextServiceAfterClassifierElement.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_NextServiceAfterClassifierElement 
 6           // ==================================================================
 7              [Association, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::QoS" ), 
 9               Description ( 
10                  "An association used to establish a predecessor-successor "
11                  "relationship between a single ClassifierElement (within a "
12                  "ClassifierService) and the next ConditioningService object "
13                  "that further processes the selected traffic. Note that the "
14                  "cardinalities indicate that a FollowingService MUST be "
15                  "defined, after the ClassifierElement. This is because there is "
16                  "no reason to classify traffic unless further processing will "
17                  "be done." )]
18           class CIM_NextServiceAfterClassifierElement : CIM_NextService {
19           
20                 [Override ( "PrecedingService" ), 
21                  Description ( 
22 marek 1.1           "The ClassifierElement that selects traffic to be passed "
23                     "to the FollowingService." )]
24              CIM_ClassifierElement REF PrecedingService;
25           
26                 [Override ( "FollowingService" ), 
27                  Min ( 1 ), 
28                  Max ( 1 ), 
29                  Description ( 
30                     "The ConditioningService that follows the ClassifierElement."
31                      )]
32              CIM_ConditioningService REF FollowingService;
33           
34           
35           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2