AutoscaleSettingPredictiveArgs

data class AutoscaleSettingPredictiveArgs(val lookAheadTime: Output<String>? = null, val scaleMode: Output<String>) : ConvertibleToJava<AutoscaleSettingPredictiveArgs>

Constructors

Link copied to clipboard
fun AutoscaleSettingPredictiveArgs(lookAheadTime: Output<String>? = null, scaleMode: Output<String>)

Functions

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

Properties

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

Specifies the amount of time by which instances are launched in advance. It must be between PT1M and PT1H in ISO 8601 format.

Link copied to clipboard
val scaleMode: Output<String>

Specifies the predictive scale mode. Possible values are Enabled or ForecastOnly.