Enum redfish_codegen::models::computer_system::v1_20_0::PowerMode
source · pub enum PowerMode {
MaximumPerformance,
BalancedPerformance,
PowerSaving,
Static,
OSControlled,
OEM,
}
Variants§
MaximumPerformance
This value shall indicate the system performs at the highest speeds possible. This mode should be used when performance is the top priority.
BalancedPerformance
This value shall indicate the system performs at the highest speeds possible when the utilization is high and performs at reduced speeds when the utilization is low to save power. This mode is a compromise between MaximumPerformance
and PowerSaving
.
PowerSaving
This value shall indicate the system performs at reduced speeds to save power. This mode should be used when power saving is the top priority.
Static
This value shall indicate the system performs at a static base speed.
OSControlled
This value shall indicate the system performs at a operating system controlled power mode.
OEM
This value shall indicate the system performs at an OEM-defined power mode.