Autoscale Setting Predictive Args
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>)