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

Diff for /pegasus/Schemas/CIM231/DMTF/Network/CIM_FailNextScheduler.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:19 version 1.1.2.2, 2012/02/15 17:46:35
Line 0 
Line 1 
   // Copyright (c) 2005 DMTF.  All rights reserved.
   // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
   // qualifier values to CIM Schema.</change>
   // ==================================================================
   //  CIM_FailNextScheduler
   // ==================================================================
      [Association, Version ( "2.7.0" ),
       UMLPackagePath ( "CIM::Network::QoS" ),
       Description (
          "This association is a subclass of NextScheduler, and defines a "
          "predecessor-successor relationship between a NonWork "
          "ConservingSchedulingService and another PacketScheduling "
          "Service. It indicates that the NonWorkConserving scheduler may "
          "pass up a scheduling opportunity (thereby behaving in a "
          "non-work conserving manner), and make the resulting bandwidth "
          "available to the FollowingService scheduler." )]
   class CIM_FailNextScheduler : CIM_NextScheduler {
   
         [Override ( "PrecedingService" ),
          Description (
             "The NonWorkConservingSchedulingService whose excess "
             "bandwidth is made available to the scheduler identified "
             "by the FollowingService reference. The [0..n] "
             "cardinality indicates that a single FollowingService "
             "scheduler may have the opportunity to use the unused "
             "bandwidth of multiple prior non-work-conserving "
             "schedulers." )]
      CIM_NonWorkConservingSchedulingService REF PrecedingService;
   
         [Override ( "FollowingService" ),
          Max ( 1 ),
          Description (
             "A scheduler that may use the bandwidth available from "
             "the non-work conserving scheduler." )]
      CIM_PacketSchedulingService REF FollowingService;
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2