Target Utilization Scale Settings Args
data class TargetUtilizationScaleSettingsArgs(val maxInstances: Output<Int>? = null, val minInstances: Output<Int>? = null, val pollingInterval: Output<String>? = null, val scaleType: Output<String>, val targetUtilizationPercentage: Output<Int>? = null) : ConvertibleToJava<TargetUtilizationScaleSettingsArgs>
Constructors
Properties
Link copied to clipboard
The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances.
Link copied to clipboard
The minimum number of instances to always be present.
Link copied to clipboard
The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds.
Link copied to clipboard
Target CPU usage for the autoscaler.