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

 1 karl  1.1.2.2 // 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_AllocatedResource 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::System::SystemResources" ), 
 9                   Description ( 
10                      "An association between LogicalDevices and SystemResources, "
11                      "indicating that the Resource is assigned to the Device." )]
12               class CIM_AllocatedResource : CIM_Dependency {
13               
14                     [Override ( "Antecedent" ), 
15                      Description ( "The Resource." )]
16                  CIM_SystemResource REF Antecedent;
17               
18                     [Override ( "Dependent" ), 
19                      Description ( 
20                         "The LogicalDevice to which the Resource is assigned." )]
21                  CIM_LogicalDevice REF Dependent;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2