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

Diff for /pegasus/Schemas/CIM231/DMTF/Core/CIM_PowerUtilizationManagementCapabilities.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:00 version 1.1.2.2, 2012/02/15 17:46:14
Line 0 
Line 1 
   // Copyright (c) 2009 DMTF.  All rights reserved.
      [Version ( "2.23.0" ),
       UMLPackagePath ( "CIM::Device::CoolingAndPower" ),
       Description (
          "CIM_PowerUtilizationManagementCapabilities describes the "
          "capabilities of the associated "
          "CIM_PowerUtilizationManagementService." )]
   class CIM_PowerUtilizationManagementCapabilities : CIM_EnabledLogicalElementCapabilities {
   
         [Description (
             "PowerUtilizationModesSupported indicates the power "
             "utilization modes supported by associated instances of "
             "CIM_PowerUtilizationManagementService. See "
             "CIM_PowerUtilizationManagementService.PowerSavingMode "
             "for a description of each enumeration value." ),
          ValueMap { "3", "4", "..", "32768..65535" },
          Values { "Dynamic", "Static", "DMTF Reserved",
             "Vendor Reserved" },
          ModelCorrespondence {
             "CIM_PowerUtilizationManagementService.PowerUtilizationMode" }]
      uint16 PowerUtilizationModesSupported[];
   
         [Description ( "Enumeration of supported method identifiers" ),
          ValueMap { "2", "..", "32768..65535" },
          Values { "ApplyPowerAllocationSettings", "DMTF Reserved",
             "Vendor Reserved" }]
      uint16 SupportedMethods[];
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2