(file) Return to CIM_DiskGroup.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="CIMCoreCR00736.001" type ="change">Update of
 3               // descriptions based on Tech Edit review.</
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_DiskGroup
 8               // ==================================================================
 9                  [Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Device::DiskGroup" ), 
11                   Description ( 
12                      "A DiskGroup is a named collection of DiskDrives and the "
13                      "StorageExtents accessed using those Drives. The collection is "
14                      "used to limit the BasedOn relationships of the Extents in the "
15                      "DiskGroup. Extents in the Group cannot be BasedOn storage "
16                      "accessed from Drives outside of the Group. For example, a "
17                      "SoftwareVolume created within the DiskGroup is restricted to "
18                      "be completely accessed using Drives in the Group. Actions such "
19                      "as replicate or migrate on an Extent must operate within the "
20                      "scope of the Extents that are present in the DiskGroup." )]
21               class CIM_DiskGroup : CIM_CollectionOfMSEs {
22 karl  1.1.2.2 
23                     [Key, Override ( "CollectionID" )]
24                  string CollectionID;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2