RecommendationPreferencesUtilizationPreferenceMetricParametersArgs

data class RecommendationPreferencesUtilizationPreferenceMetricParametersArgs(val headroom: Output<String>, val threshold: Output<String>? = null) : ConvertibleToJava<RecommendationPreferencesUtilizationPreferenceMetricParametersArgs>

Constructors

constructor(headroom: Output<String>, threshold: Output<String>? = null)

Properties

Link copied to clipboard
val headroom: Output<String>

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): RecommendationPreferencesUtilizationPreferenceMetricParametersArgs