(file) Return to CIM_RealizesDiskPartition.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_RealizesDiskPartition 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9               Description ( 
10                  "DiskPartitions can be directly realized on a PhysicalMedia. "
11                  "This is used to model the creation of Partitions on a raw SCSI "
12                  "or IDE drive, using the fdisk (DOS and Unix) or pdisk (Unix) "
13                  "command. The StartingAddress of the DiskPartition on the "
14                  "PhysicalMedia is also specified as a property of this "
15                  "relationship. An alternative is that Partitions can be BasedOn "
16                  "StorageVolumes, such as a VolumeSet or a Volume exposed by a "
17                  "hardware RAID cabinet. The latter relationship is modeled "
18                  "using the DiskPartitionBasedOnVolume association." )]
19           class CIM_RealizesDiskPartition : CIM_RealizesExtent {
20           
21                 [Override ( "Antecedent" ), 
22 marek 1.1        Max ( 1 ), 
23                  Description ( 
24                     "The PhysicalMedia on which the Extent is realized." )]
25              CIM_PhysicalMedia REF Antecedent;
26           
27                 [Override ( "Dependent" ), 
28                  Description ( 
29                     "The DiskPartition that is located on the Media." )]
30              CIM_DiskPartition REF Dependent;
31           
32           
33           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2