White Papers

Power Topology Profile
Version 1.0.0a 39
// Copyright (c) 2007 Dell All rights reserved.
// ==================================================================
// Dell_OEMPowerConfigurationService
// ==================================================================
// Preliminary Approved
[Experimental, Version ( "1.0.0" ), Description (
"This class extends CIM_Service to provide interface to manage "
"the overall power topology of the system.")]
class Dell_OEMPowerConfigurationService : CIM_Service {
[Experimental, Description (
"DynamicEngageEnabled is an integer enumeration that indicates "
"the enabled and disabled states of power supplies dynamic "
"engagement. Enabled (2) indicates that the dynamic power supply "
"engagement is enabled and the power supplies maybe turned off "
"or on based on the redundancy configuration and the power "
"consumption. Disabled (3) indicates that the dynamic power "
"supply engagement feature is disabled."),
ValueMap {"2", "3" },
Values { "Enabled", "Disabled" }]
uint16 DynamicEngageEnabled;
[Experimental, Description (
"PerformanceDegradationEnabled is an integer enumeration that "
"indicates the enabled and disabled states of systems "
"performance degradation based on the power consumption needs. "
"Enabled (2) indicates that the performance degradation is "
"enabled based on the power consumption of the system the system "
"performance may be impacted. Disabled (3) indicates that the "
"performance degradation feature is disabled."),