White Papers

Power Utilization Management Profile
42 Version 1.0.0a
[IN, Description (
"An instance of DCIM_OEMPowerUtilizationCustomSettingData "
"that represents the requested custom settings and their "
"values.\n "
"This parameter shall not be NULL, if the RequestedAlgorithm "
"parameter has value 3 (\"Custom Settings Based\")."),
EmbeddedInstance ( "DCIM_OEMPowerUtilizationCustomSettingData" )
]
string CustomSettings,
[IN ( false ), OUT, Description (
"Reference to the job spawned if the operation continues "
"after the method returns. (May be null if the task is "
"completed).")]
CIM_ConcreteJob REF Job);
[Description (
"This method is called to request a certain power utilization "
"algorithm to be employed by the service for the system. The "
"Service shall be associated with the System through "
"CIM_ServiceAffectsElement.\n "
"The return code of 0 shall indicate that the power utilization "
"algorithm has been successfuly requested. The "
"PendingPowerUtilizationAlgorithm shall be equal to the "
"RequestedAlgorithm parameter or shall be equal to 0 (\"Unknown\").\n "
"If the RequestedAlgorithm parameter has value 3 (\"Custom "
"Settings Based \") then the return code of 0 shall indicate "
"that individual settings based power utilization algorithm has "
"been requested. In this case the Service instance should be "
"associated with an instance of "
"DCIM_OEMPowerUtilizationCustomSettingData with ElementSettingData "