(file) Return to CIM_RealizesExtent.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_RealizesExtent 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9               Description ( 
10                  "StorageExtents can be realized by PhysicalComponents. For "
11                  "example, disks or tapes are realized by PhysicalMedia. Memory "
12                  "is realized by PhysicalMemory. This relationship of Extents to "
13                  "PhysicalComponents is made explicit by the RealizesExtent "
14                  "association. In addition, the StartingAddress of the "
15                  "StorageExtent on the Component is specified here." )]
16           class CIM_RealizesExtent : CIM_Realizes {
17           
18                 [Override ( "Antecedent" ), 
19                  Max ( 1 ), 
20                  Description ( 
21                     "The PhysicalComponent on which the Extent is realized." )]
22 marek 1.1    CIM_PhysicalComponent REF Antecedent;
23           
24                 [Override ( "Dependent" ), 
25                  Description ( 
26                     "The StorageExtent that is located on the Component." )]
27              CIM_StorageExtent REF Dependent;
28           
29                 [Description ( 
30                     "The starting address on the PhysicalComponent where the "
31                     "StorageExtent begins. Ending address of the "
32                     "StorageExtent is determined using the NumberOfBlocks and "
33                     "Block Size properties of the StorageExtent object." )]
34              uint64 StartingAddress;
35           
36           
37           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2