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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_PowerAllocationSettingData.mof (download)
Revision: 1.1, Tue Jan 24 13:50:08 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::System::CoolingAndPower" ), 
    Description ( 
       "PowerAllocationSettingData class is used to provide "
       "configuration and capabilities information about power "
       "consumption and/or allocation for a CIM_ManagedSystemElement." )]
class CIM_PowerAllocationSettingData : CIM_ResourceAllocationSettingData {

      [Description ( 
          "When power is consumed by or allocated to a "
          "ManagedSystemElement, there may be well-known or "
          "meaningful levels of allocation or consumption for the "
          "ManagedSystemElement. The PowerAllocationSettingPurpose "
          "property may be used to identify the well known level or "
          "provide context for the interpretation of the other "
          "values of the PowerAllocationSettingData instance. A "
          "value of \"MaxConAuxiliary\" shall indicate the instance "
          "provides information about the maximum power allocated "
          "or consumed by the ManagedSystemElement as currently "
          "configured, while the ManagedSystemElement is turned off "
          "and drawing auxiliary power. Note that an alternate name "
          "for \"auxiliary power\" is \"trickle power\" \n"
          "A value of \"MinWhenOn\" shall indicate the instance "
          "provides information about the minimum value for power "
          "consumption for which a configuration of the "
          "ManagedSystemElement exists such that when it is powered "
          "on and operating in that configuration, the power "
          "consumption of the ManagedSystemElement is guaranteed "
          "not to exceed the specified amount. \n"
          "A value of \"MaxAsConfigured\" shall indicate the "
          "instance provides information about the maximum power "
          "that may be allocated to or consumed by the "
          "ManagedSystemElement as currently configured while "
          "powered on. The actual power consumed may be less.\n"
          "A value of \"MaxIfAllHotPlug\" shall indicate the "
          "instance provides information about the maximum power "
          "allocated or consumed by the ManagedSystemElement if all "
          "components that could be added to the "
          "ManagedSystemElement without requiring a power cycle of "
          "the ManagedSystemElement were added to the "
          "ManagedSystemElement. \n"
          "A value of \"MaxIfAllColdPlug\" shall indicate the "
          "instance provides information about the maximum power "
          "allocated or consumed by the ManagedSystemElement if all "
          "components that could be added to the "
          "ManagedSystemElement, including those that require a "
          "power cycle of the ManagedSystemElement, were added to "
          "the ManagedSystemElement. \n"
          "A value of \"Allocated\" shall indicate the instance "
          "provides information about the current power allocated "
          "to the ManagedSystemElement. \n"
          "A value of \"MinWithoutDegradation\" shall indicate the "
          "instance provides information about the minimum power "
          "allocated or consumed by the ManagedSystemElement with "
          "out causing performance degradation." ), 
       ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "..", 
          "32768..65535" }, 
       Values { "Other", "MaxConAuxiliary", "MinWhenOn", 
          "MaxAsConfigured", "MaxIfAllHotPlug", "MaxIfAllColdPlug", 
          "Allocated", "MinWithoutDegradation", "DMTF Reserved", 
          "Vendor Reserved" }, 
       ModelCorrespondence { 
          "CIM_PowerAllocationSettingData.OtherSettingPurpose" }]
   uint16 PowerAllocationSettingPurpose;

      [Description ( 
          "This property shall be set to null if SettingPurpose is "
          "any value other than 1. This property shall be non-null "
          "if SettingPurpose has the value 1. If non-null, the "
          "value of this property shall be formatted using the "
          "following algorithm: : , where and are separated by a "
          "colon (:) and shall include a copyrighted, trademarked, "
          "or otherwise unique name that is owned by the business "
          "entity that is creating or defining the value or that is "
          "a registered ID assigned to the business entity by a "
          "recognized global authority. In addition, to ensure "
          "uniqueness, shall not contain a colon (:). If this "
          "algorithm is used, the first colon to appear in the "
          "value shall appear between and . The is chosen by the "
          "business entity and shall be used uniquely." ), 
       ModelCorrespondence { 
          "CIM_PowerAllocationSettingData.PowerAllocationSettingPurpose" }]
   string OtherSettingPurpose;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2