(file) Return to CIM_QoSSubService.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_QoSSubService 
 6           // ==================================================================
 7              [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::QoS" ), 
 9               Description ( 
10                  "The associations - QoSSubService and QoSConditioningSub "
11                  "Service - operate in conjunction. High level QoS definitions, "
12                  "such as \'John gets Gold Service\', map to lower level, more "
13                  "concrete QoSServices (the subclasses of QoSService). This is "
14                  "described by the QoSSubService association. In turn, each of "
15                  "the SubServices may require their own conditioning. This is "
16                  "modeled using the QoSConditioningSubService aggregation. \n"
17                  "\n"
18                  "Note that a more concrete QoSService may only be aggregated "
19                  "into one higher level Service, using this association. The "
20                  "cardinality on the GroupComponent reference is Max (1)." )]
21           class CIM_QoSSubService : CIM_ServiceComponent {
22 marek 1.1 
23                 [Aggregate, Override ( "GroupComponent" ), 
24                  Max ( 1 ), 
25                  Description ( 
26                     "The higher level QoSService that is constructed by "
27                     "aggregating one or more lower-level QoSServices." )]
28              CIM_QoSService REF GroupComponent;
29           
30                 [Override ( "PartComponent" ), 
31                  Description ( 
32                     "The more concrete QoSService that is used to provide the "
33                     "higher level Service." )]
34              CIM_QoSService REF PartComponent;
35           
36           
37           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2