ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs

data class ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs(val scaleIn: Output<Int>, val scaleOut: Output<Int>) : ConvertibleToJava<ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs>

Constructors

constructor(scaleIn: Output<Int>, scaleOut: Output<Int>)

Properties

Link copied to clipboard
val scaleIn: Output<Int>

The utilization triggering the scale-in operation in percent.

Link copied to clipboard
val scaleOut: Output<Int>

The utilization triggering the scale-out operation in percent.

Functions

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