(file) Return to CIM_DiskPartitionBasedOnVolume.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_DiskPartitionBasedOnVolume 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9               Description ( 
10                  "DiskPartitions should be BasedOn a single StorageVolume (for "
11                  "example, exposed by a hardware RAID cabinet), an SCC "
12                  "VolumeSet, or realized directly in PhysicalMedia. The first "
13                  "two relationships are made explicit in this association. The "
14                  "latter is conveyed by the RealizesDiskPartition association." )]
15           class CIM_DiskPartitionBasedOnVolume : CIM_BasedOn {
16           
17                 [Override ( "Antecedent" ), 
18                  Max ( 1 ), 
19                  Description ( "The StorageVolume." )]
20              CIM_StorageVolume REF Antecedent;
21           
22 marek 1.1       [Override ( "Dependent" ), 
23                  Description ( 
24                     "The DiskPartition which is built on the Volume." )]
25              CIM_DiskPartition REF Dependent;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2