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

Diff for /pegasus/Schemas/CIM231/DMTF/Core/CIM_StatisticsCollection.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:01 version 1.1.2.2, 2012/02/15 17:46:15
Line 0 
Line 1 
   // Copyright (c) 2005 DMTF.  All rights reserved.
      [Version ( "2.8.1000" ),
       UMLPackagePath ( "CIM::Core::Statistics" ),
       Description (
          "A subclass of SystemSpecificCollection which collects together "
          "statistics for a system. This class forms an \'anchor point\' "
          "from which all the statistics kept for the system can be found "
          "(via the MemberOfCollection associations)." )]
   class CIM_StatisticsCollection : CIM_SystemSpecificCollection {
   
         [Description (
             "This property provides the minimum sampling interval for "
             "the associated statistics so that client applications "
             "can determine the minimum interval that the "
             "StatisticsCollection should be sampled. If the "
             "statistics are sampled at different cycles, this "
             "property MUST be set to a zero time interval." )]
      datetime SampleInterval = "00000000000000.000000:000";
   
         [Description (
             "The time that the statistics collection was last "
             "sampled. Note that this property MAY be used to trigger "
             "an indication for \'push\' delivery of statistics "
             "samples." )]
      datetime TimeLastSampled;
   
   
   };


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