(file) Return to CIM_LogicalDiskBasedOnExtent.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_LogicalDiskBasedOnExtent 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9               Description ( 
10                  "LogicalDisks can be BasedOn a single StorageVolume, Memory (in "
11                  "the case of a RAM Disk), a DiskPartition or other "
12                  "StorageExtent. These relationships are made explicit in this "
13                  "association. Subclasses of the association, LogicalDiskBasedOn "
14                  "Partition and LogicalDiskBasedOnVolume, detail the \'typical\' "
15                  "semantics." )]
16           class CIM_LogicalDiskBasedOnExtent : CIM_BasedOn {
17           
18                 [Override ( "Antecedent" ), 
19                  Max ( 1 ), 
20                  Description ( "The StorageExtent." )]
21              CIM_StorageExtent REF Antecedent;
22 marek 1.1 
23                 [Override ( "Dependent" ), 
24                  Description ( 
25                     "The LogicalDisk which is built on the StorageExtent." )]
26              CIM_LogicalDisk REF Dependent;
27           
28           
29           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2