PredictiveAutoscalePolicyArgs

data class PredictiveAutoscalePolicyArgs(val scaleLookAheadTime: Output<String>? = null, val scaleMode: Output<PredictiveAutoscalePolicyScaleMode>) : ConvertibleToJava<PredictiveAutoscalePolicyArgs>

The parameters for enabling predictive autoscale.

Constructors

Link copied to clipboard
fun PredictiveAutoscalePolicyArgs(scaleLookAheadTime: Output<String>? = null, scaleMode: Output<PredictiveAutoscalePolicyScaleMode>)

Functions

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

Properties

Link copied to clipboard
val scaleLookAheadTime: Output<String>? = null

the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format.

Link copied to clipboard

the predictive autoscale mode