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

 1 karl  1.1.2.2 // 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_QoSConditioningSubService 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Network::QoS" ), 
 9                   Description ( 
10                      "A QoSService utilizes underlying ConditioningServices as part "
11                      "of its overall functionality. This is modeled using the "
12                      "QoSConditioningSubService association. Note that a "
13                      "ConditioningService may only be part of a single QoSService - "
14                      "the cardinality on the QoSService reference is Max (1)." )]
15               class CIM_QoSConditioningSubService : CIM_ServiceComponent {
16               
17                     [Aggregate, Override ( "GroupComponent" ), 
18                      Description ( 
19                         "This aggregation identifies the set of "
20                         "ConditioningServices that together condition traffic for "
21                         "a particular QoSService." )]
22 karl  1.1.2.2    CIM_QoSService REF GroupComponent;
23               
24                     [Override ( "PartComponent" ), 
25                      Description ( "The ConditioningService." )]
26                  CIM_ConditioningService REF PartComponent;
27               
28               
29               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2