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

 1 marek 1.1 // Copyright (c) 2009 DMTF.  All rights reserved.
 2              [Version ( "2.23.0" ), 
 3               UMLPackagePath ( "CIM::Device::CoolingAndPower" ), 
 4               Description ( 
 5                  "CIM_PowerUtilizationManagementCapabilities describes the "
 6                  "capabilities of the associated "
 7                  "CIM_PowerUtilizationManagementService." )]
 8           class CIM_PowerUtilizationManagementCapabilities : CIM_EnabledLogicalElementCapabilities {
 9           
10                 [Description ( 
11                     "PowerUtilizationModesSupported indicates the power "
12                     "utilization modes supported by associated instances of "
13                     "CIM_PowerUtilizationManagementService. See "
14                     "CIM_PowerUtilizationManagementService.PowerSavingMode "
15                     "for a description of each enumeration value." ), 
16                  ValueMap { "3", "4", "..", "32768..65535" }, 
17                  Values { "Dynamic", "Static", "DMTF Reserved", 
18                     "Vendor Reserved" }, 
19                  ModelCorrespondence { 
20                     "CIM_PowerUtilizationManagementService.PowerUtilizationMode" }]
21              uint16 PowerUtilizationModesSupported[];
22 marek 1.1 
23                 [Description ( "Enumeration of supported method identifiers" ), 
24                  ValueMap { "2", "..", "32768..65535" }, 
25                  Values { "ApplyPowerAllocationSettings", "DMTF Reserved", 
26                     "Vendor Reserved" }]
27              uint16 SupportedMethods[];
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2