(file) Return to CIM_DriveInDiskGroup.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_DriveInDiskGroup
 8           // ==================================================================
 9              [Association, Aggregation, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Device::DiskGroup" ), 
11               Description ( 
12                  "CIM_DriveInDiskGroup defines the DiskDrives that participate "
13                  "in the Group." )]
14           class CIM_DriveInDiskGroup : CIM_CollectedMSEs {
15           
16                 [Aggregate, Override ( "Collection" ), 
17                  Max ( 1 ), 
18                  Description ( 
19                     "The DiskGroup. A Drive is a member of at most one DiskGroup."
20                      )]
21              CIM_DiskGroup REF Collection;
22 marek 1.1 
23                 [Override ( "Member" ), 
24                  Description ( "The DiskDrive in the Group." )]
25              CIM_DiskDrive REF Member;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2