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
constructor(scaleLookAheadTime: Output<String>? = null, scaleMode: Output<PredictiveAutoscalePolicyScaleMode>)

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

Functions

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