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

 1 marek 1.1 // 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_GroupInDiskGroup
 8           // ==================================================================
 9              [Association, Aggregation, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Device::DiskGroup" ), 
11               Description ( 
12                  "CIM_GroupInDiskGroup describes that a DiskGroup can be divided "
13                  "into smaller named Collections." )]
14           class CIM_GroupInDiskGroup : CIM_CollectedCollections {
15           
16                 [Aggregate, Override ( "Collection" ), 
17                  Max ( 1 ), 
18                  Description ( 
19                     "The DiskGroup that is divided into smaller Collections." )]
20              CIM_DiskGroup REF Collection;
21           
22 marek 1.1       [Override ( "CollectionInCollection" ), 
23                  Description ( 
24                     "The DiskGroup that is a subset of the larger Group." )]
25              CIM_DiskGroup REF CollectionInCollection;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2