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

 1 karl  1.1.2.2 // Copyright (c) 2009 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.22.0" ), 
 3                   UMLPackagePath ( "CIM::System::Resource" ), 
 4                   Description ( 
 5                      "ResourceAllocationFromPool associates an instance of "
 6                      "CIM_ResourceAllocationSettingData representing a resource "
 7                      "allocation with the CIM_ResourcePool from which it is "
 8                      "allocated." )]
 9               class CIM_ResourceAllocationFromPool : CIM_Dependency {
10               
11                     [Override ( "Antecedent" ), 
12                      Max ( 1 ), 
13                      Description ( "The resource pool." )]
14                  CIM_ResourcePool REF Antecedent;
15               
16                     [Override ( "Dependent" ), 
17                      Description ( "The resource allocation." )]
18                  CIM_ResourceAllocationSettingData REF Dependent;
19               
20               
21               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2