AutoscaleSettingPredictive

data class AutoscaleSettingPredictive(val lookAheadTime: String? = null, val scaleMode: String)

Constructors

Link copied to clipboard
constructor(lookAheadTime: String? = null, scaleMode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lookAheadTime: 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

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