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

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

version 1.1.2.1, 2012/01/24 13:50:00 version 1.1.2.2, 2012/02/15 17:46:14
Line 0 
Line 1 
   // Copyright (c) 2009 DMTF.  All rights reserved.
      [Association, Version ( "2.22.0" ),
       Description (
          "The CIM_LastAppliedSnapshot association associates an instance "
          "of the CIM_VirtualSystemSettingData class representing a "
          "virtual system snapshot that was most recently applied to a "
          "virtual system, and the instance of the CIM_ComputerSystem "
          "class representing the related virtual system.\n"
          "An instance of this assocation indicates that the referenced "
          "snapshot is the snapshot the was last applied to the virtual "
          "system from the set of snapshots taken from that virtual "
          "system. For each virtual system at any time there is at most "
          "one snapshot the last applied snapshot." )]
   class CIM_LastAppliedSnapshot : CIM_Dependency {
   
         [Override ( "Antecedent" ),
          Min ( 0 ),
          Max ( 1 ),
          Description (
             "Reference to the instance of the "
             "CIM_VirtualSystemSettingData class representing the "
             "virtual system snapshot that was last applied to the "
             "virtual system." )]
      CIM_VirtualSystemSettingData REF Antecedent;
   
         [Override ( "Dependent" ),
          Min ( 0 ),
          Max ( 1 ),
          Description (
             "Reference to the instance of the CIM_ComputerSystem "
             "class representing the virtual system upon which the "
             "virtual system snapshot represented by the instance of "
             "the CIM_VirtualSystemSettingData class referenced by the "
             "Antecedent property was most recently applied." )]
      CIM_ComputerSystem REF Dependent;
   
   
   };


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