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

 1 karl  1.1.2.2 // 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_LogicalDiskBasedOnPartition 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9                   Description ( 
10                      "LogicalDisks can be BasedOn a DiskPartition. For example, a "
11                      "personal computer\'s C: drive may be located on a Partition on "
12                      "local PhysicalMedia. In this association of LogicalDisks to "
13                      "Partitions, note that the cardinality of the Antecedent, Disk "
14                      "Partition, is Max (1). This dictates that a LogicalDisk can "
15                      "not span more than one Partition. However, there are cases "
16                      "where this is true. When it occurs, the LogicalDisk is really "
17                      "based on some kind of RAID configuration (for example, a "
18                      "mirror or stripe set). In these scenarios, the LogicalDisk is "
19                      "more correctly BasedOn a StorageVolume. To prevent incorrectly "
20                      "using the LogicalDiskBasedOnPartition association, the Max (1) "
21                      "qualifier was put on the Antecedent reference to the "
22 karl  1.1.2.2        "DiskPartition." )]
23               class CIM_LogicalDiskBasedOnPartition : CIM_LogicalDiskBasedOnExtent {
24               
25                     [Override ( "Antecedent" ), 
26                      Max ( 1 ), 
27                      Description ( "The DiskPartition." )]
28                  CIM_DiskPartition REF Antecedent;
29               
30                     [Override ( "Dependent" ), 
31                      Description ( 
32                         "The LogicalDisk which is built on the StorageExtent." )]
33                  CIM_LogicalDisk REF Dependent;
34               
35               
36               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2