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

 1 karl  1.1.2.2 // Copyright (c) 2009 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.22.0" ), 
 3                   Description ( 
 4                      "The CIM_LastAppliedSnapshot association associates an instance "
 5                      "of the CIM_VirtualSystemSettingData class representing a "
 6                      "virtual system snapshot that was most recently applied to a "
 7                      "virtual system, and the instance of the CIM_ComputerSystem "
 8                      "class representing the related virtual system.\n"
 9                      "An instance of this assocation indicates that the referenced "
10                      "snapshot is the snapshot the was last applied to the virtual "
11                      "system from the set of snapshots taken from that virtual "
12                      "system. For each virtual system at any time there is at most "
13                      "one snapshot the last applied snapshot." )]
14               class CIM_LastAppliedSnapshot : CIM_Dependency {
15               
16                     [Override ( "Antecedent" ), 
17                      Min ( 0 ), 
18                      Max ( 1 ), 
19                      Description ( 
20                         "Reference to the instance of the "
21                         "CIM_VirtualSystemSettingData class representing the "
22 karl  1.1.2.2           "virtual system snapshot that was last applied to the "
23                         "virtual system." )]
24                  CIM_VirtualSystemSettingData REF Antecedent;
25               
26                     [Override ( "Dependent" ), 
27                      Min ( 0 ), 
28                      Max ( 1 ), 
29                      Description ( 
30                         "Reference to the instance of the CIM_ComputerSystem "
31                         "class representing the virtual system upon which the "
32                         "virtual system snapshot represented by the instance of "
33                         "the CIM_VirtualSystemSettingData class referenced by the "
34                         "Antecedent property was most recently applied." )]
35                  CIM_ComputerSystem REF Dependent;
36               
37               
38               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2