(file) Return to CIM_LogicalDiskBasedOnVolume.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="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_LogicalDiskBasedOnVolume 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9               Description ( 
10                  "LogicalDisks can be BasedOn a single Volume (for example, "
11                  "exposed by a software volume manager), or be BasedOn a Disk "
12                  "Partition directly. The former relationship is made explicit "
13                  "in this association." )]
14           class CIM_LogicalDiskBasedOnVolume : CIM_LogicalDiskBasedOnExtent {
15           
16                 [Override ( "Antecedent" ), 
17                  Max ( 1 ), 
18                  Description ( "The StorageVolume." )]
19              CIM_StorageVolume REF Antecedent;
20           
21                 [Override ( "Dependent" ), 
22 marek 1.1        Description ( 
23                     "The LogicalDisk which is built on the StorageExtent." )]
24              CIM_LogicalDisk REF Dependent;
25           
26           
27           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2