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

 1 marek 1.1 // Copyright (c) 2008 DMTF.  All Rights Reserved.
 2              [Association, Aggregation, Version ( "2.18.0" ), 
 3               UMLPackagePath ( "CIM::Device::StorageServices" ), 
 4               Description ( 
 5                  "This association defines the capacity, expressed in "
 6                  "StorageExtents, that together represents the entire capacity "
 7                  "collected in a StoragePool. The capacity represented by "
 8                  "StorageExtents may represent capacity that is allocated or "
 9                  "unallocated. \n"
10                  "StorageExtents associated to a StoragePool using this "
11                  "association shall not be also be associated to that "
12                  "StoragePool using the CIM_AssociatedRemainingExtent "
13                  "association." )]
14           class CIM_AssociatedComponentExtent : CIM_Component {
15           
16                 [Aggregate, Override ( "GroupComponent" ), 
17                  Description ( "The parent StoragePool in the association." )]
18              CIM_StoragePool REF GroupComponent;
19           
20                 [Override ( "PartComponent" ), 
21                  Description ( 
22 marek 1.1           "The component StorageExtent in the association." )]
23              CIM_StorageExtent REF PartComponent;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2