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

 1 karl  1.1.2.2 // 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_SnapshotOfExtent 
 6               // ==================================================================
 7                  [Association, Deprecated { "No Value" }, 
 8                   Version ( "2.7.0" ), 
 9                   UMLPackagePath ( "CIM::Device::SccExtents" ), 
10                   Description ( 
11                      "Deprecated. Snapshots are now modeled in a more abstract way "
12                      "using StorageExtent and CIM_StorageSynchronized. \n"
13                      "SnapshotOfExtent is an association between an Extent and its "
14                      "Snapshot. This relationship is made explicit in this "
15                      "association." )]
16               class CIM_SnapshotOfExtent : CIM_Dependency {
17               
18                     [Deprecated { "No Value" }, 
19                      Override ( "Antecedent" ), 
20                      Max ( 1 ), 
21                      Description ( "The StorageExtent." )]
22 karl  1.1.2.2    CIM_StorageExtent REF Antecedent;
23               
24                     [Deprecated { "No Value" }, 
25                      Override ( "Dependent" ), 
26                      Description ( "The Snapshot." )]
27                  CIM_Snapshot REF Dependent;
28               
29                     [Deprecated { "CIM_StorageSynchronized.CopyType" }, 
30                      Description ( "The type of snapshot." ), 
31                      ValueMap { "0", "1", "2", "3", "4" }, 
32                      Values { "Other", "Unknown", "Copy", "Before Delta", 
33                         "After Delta" }]
34                  uint16 SnapshotType;
35               
36               
37               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2