WorkgroupPricePerformanceTarget

data class WorkgroupPricePerformanceTarget(val enabled: Boolean, val level: Int? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, level: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable price-performance scaling.

Link copied to clipboard
val level: Int? = null

The price-performance scaling level. Valid values are 1 (LOW_COST), 25 (ECONOMICAL), 50 (BALANCED), 75 (RESOURCEFUL), and 100 (HIGH_PERFORMANCE).