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

Diff for /pegasus/Schemas/CIM231/DMTF/Device/CIM_AssociatedRemainingExtent.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:06 version 1.1.2.2, 2012/02/15 17:46:20
Line 0 
Line 1 
   // Copyright (c) 2008 DMTF. All Rights Reserved
      [Association, Aggregation, Version ( "2.18.0" ),
       UMLPackagePath ( "CIM::Device::StorageServices" ),
       Description (
          "This association defines that capacity of the StoragePool that "
          "is not yet allocated from the StoragePool. This capacity is "
          "remaining in the StoragePool for future "
          "allocation.StorageExtents associated to a StoragePool using "
          "this association shall be BasedOn StorageExtents that are "
          "associated to that StoragePool using "
          "CIM_AssociatedComponentExtent, but shall not be associated to "
          "that StoragePool using the CIM_AssociatedComponentExtent "
          "association." )]
   class CIM_AssociatedRemainingExtent : CIM_Component {
   
         [Aggregate, Override ( "GroupComponent" ),
          Description ( "The parent StoragePool in the association." )]
      CIM_StoragePool REF GroupComponent;
   
         [Override ( "PartComponent" ),
          Description (
             "The component StorageExtent in the association." )]
      CIM_StorageExtent REF PartComponent;
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2