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

 1 karl  1.1.2.2 // Copyright (c) 2008 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.19.1" ), 
 3                   UMLPackagePath ( "CIM::Device::CoolingAndPower" ), 
 4                   Description ( 
 5                      "The SuppliesPower relationship indicates that a "
 6                      "ManagedSystemElementis in the power domain of the referenced "
 7                      "PowerSource. It indicates which ManagedSystemElements are "
 8                      "dependent on the PowerSource, and therefore, which "
 9                      "ManagedSystemElements are affected if the PowerSource is lost." )]
10               class CIM_SuppliesPower : CIM_Dependency {
11               
12                     [Override ( "Antecedent" ), 
13                      Description ( "The Supply that is providing power." )]
14                  CIM_PowerSupply REF Antecedent;
15               
16                     [Override ( "Dependent" ), 
17                      Description ( 
18                         "A ManagedSystemElement in the power domain of the Supply." )]
19                  CIM_ManagedSystemElement REF Dependent;
20               
21               
22 karl  1.1.2.2 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2