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

 1 marek 1.1 // Copyright (c) 2010 DMTF.  All rights reserved.
 2              [Version ( "2.27.0" ), 
 3               UMLPackagePath ( "CIM::Device::CoolingAndPower" ), 
 4               Description ( 
 5                  "This class is a representation of logical properties of a "
 6                  "generic power source. Any logical device that has an aspect of "
 7                  "producing power and thus effectively being a power source may "
 8                  "be represented by this class or the subclass of this class." )]
 9           class CIM_PowerSource : CIM_LogicalDevice {
10           
11                 [Description ( 
12                     "Indicates the maximum amount of power that may be drawn "
13                     "within the rating of the PowerSource. The units of the "
14                     "value shall be described by the OutputPowerUnits "
15                     "property. A value of zero shall indicate \'unknown\'." ), 
16                  ModelCorrespondence { "CIM_PowerSource.OutputPowerUnits" }]
17              uint32 RatedMaxOutputPower;
18           
19                 [Description ( 
20                     "Indicates the programatic units for the MaxOutputPower property."
21                      ), 
22 marek 1.1        ModelCorrespondence { "CIM_PowerSource.MaxOutputPower" }, 
23                  ISPunit]
24              string OutputPowerUnits;
25           
26                 [Description ( 
27                     "A value of true shall indicate the output from the "
28                     "PowerSource is alternating current (AC). A value of "
29                     "false shall indicate the output from the PowerSource is "
30                     "direct current (DC)." )]
31              boolean IsACOutput;
32           
33           
34           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2