(file) Return to CIM_AssociatedBattery.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="CIMCoreCR00735.001" type ="change">Update of
 3           // descriptions based on Tech Edit review.</
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_AssociatedBattery
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Device::CoolingAndPower" ), 
11               Description ( 
12                  "A LogicalDevice might use or require one or more Batteries. "
13                  "This relationship is described by the AssociatedBattery "
14                  "dependency. It is also possible to model the individual "
15                  "Batteries that comprise a UPS, using this association." )]
16           class CIM_AssociatedBattery : CIM_Dependency {
17           
18                 [Override ( "Antecedent" ), 
19                  Description ( "The Battery." )]
20              CIM_Battery REF Antecedent;
21           
22 marek 1.1       [Override ( "Dependent" ), 
23                  Description ( 
24                     "The LogicalDevice that needs or is associated with the Battery."
25                      )]
26              CIM_LogicalDevice REF Dependent;
27           
28           
29           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2