Mysql Layer Load Based Auto Scaling Args
data class MysqlLayerLoadBasedAutoScalingArgs(val downscaling: Output<MysqlLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<MysqlLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<MysqlLayerLoadBasedAutoScalingArgs>
Constructors
Link copied to clipboard
constructor(downscaling: Output<MysqlLayerLoadBasedAutoScalingDownscalingArgs>? = null, enable: Output<Boolean>? = null, upscaling: Output<MysqlLayerLoadBasedAutoScalingUpscalingArgs>? = null)