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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Core / CIM_PowerUtilizationManagementService.mof (download)
Revision: 1.1, Tue Jan 24 13:50:00 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2009 DMTF.  All rights reserved.
   [Version ( "2.23.0" ), 
    UMLPackagePath ( "CIM::Device::CoolingAndPower" ), 
    Description ( 
       "PowerUtilizationManagementService represents the ability of a "
       "platform or component to perform autonomic management of its "
       "power utilization." )]
class CIM_PowerUtilizationManagementService : CIM_Service {

      [Description ( 
          "PowerUtilizationMode indicates the current power "
          "utilization mode implemented by the service. The mode "
          "selection is a generally made infrequently as part of "
          "element configuration. \n"
          "A value of \"None\" shall indicate that no effort is "
          "being made to reduce the power consumed by the system "
          "below nominal. \n"
          "A value of \"Dynamic\" shall indicate the "
          "PowerUtilizationManagementService is actively modifying "
          "the configuration of one or more system components in "
          "order to reduce the power consumed. \n"
          "A value of \"Static\" shall indicate the system whose "
          "power utilization functionality is represented by the "
          "PowerUtilizationManagementService is operating with a "
          "fixed configuration resulting in a lower level of power "
          "consumption than nominal. Static mode differs from "
          "dynamic in that the mode corresponds to a single fixed "
          "configuration, while dynamic mode implies frequent "
          "changes in system configuration." ), 
       ValueMap { "2", "3", "4", "..", "32768..65535" }, 
       Values { "None", "Dynamic", "Static", "DMTF Reserved", 
          "Vendor Reserved" }, 
       ModelCorrespondence { 
          "CIM_PowerUtilizationManagementCapabilities.PowerUtilizationModesSupported" }]
   uint16 PowerUtilizationMode = 2;


      [Description ( 
          "Applies the Power Allocation Settings that "
          "represents.the power aspect of the system. When applied "
          "to a system\'s Power Allocation settings, a system\'s "
          "power allocation settingsmay be modified.Upon "
          "successfull execution if the limit property of the power "
          "aspectis modified the power cap is modified" ), 
       ValueMap { "0", "1", "2", "4096", "..", "32768..65535" }, 
       Values { "Completed with No Error", "Not Supported", 
          "Failed", "Job Started", "DMTF Reserved", "Vendor Reserved" }]
   uint32 ApplyPowerAllocationSettings(
         [Required, In, Description ( 
             "An embedded instance of class "
             "CIM_PowerAllocationSettingData that describes "
             "modifications to the existing power allocation "
             "aspects of a computer system. The embedded "
             "instance must have a valid InstanceID in order to "
             "identify the power allocation setting to be "
             "modified." ), 
          EmbeddedInstance ( "CIM_PowerAllocationSettingData" )]
      string PowerAllocationSettings, 
         [In ( false ), Out, Description ( 
             "If the operation is long running, then optionally "
             "a job be returned." )]
      CIM_ConcreteJob REF Job);

};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2