RecommendationPreferencesUtilizationPreferenceMetricParameters

data class RecommendationPreferencesUtilizationPreferenceMetricParameters(val headroom: String, val threshold: String? = null)

Constructors

constructor(headroom: String, threshold: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The headroom value in percentage used for the specified metric parameter. Valid values: PERCENT_30, PERCENT_20, PERCENT_10, PERCENT_0.

Link copied to clipboard
val threshold: String? = null

The threshold value used for the specified metric parameter. You can only specify the threshold value for CPU utilization. Valid values: P90, P95, P99_5.