FlexibleServerStorageArgs

data class FlexibleServerStorageArgs(val autoGrowEnabled: Output<Boolean>? = null, val ioScalingEnabled: Output<Boolean>? = null, val iops: Output<Int>? = null, val sizeGb: Output<Int>? = null) : ConvertibleToJava<FlexibleServerStorageArgs>

Constructors

Link copied to clipboard
constructor(autoGrowEnabled: Output<Boolean>? = null, ioScalingEnabled: Output<Boolean>? = null, iops: Output<Int>? = null, sizeGb: Output<Int>? = null)

Properties

Link copied to clipboard
val autoGrowEnabled: Output<Boolean>? = null

Should Storage Auto Grow be enabled? Defaults to true.

Link copied to clipboard
val iops: Output<Int>? = null

The storage IOPS for the MySQL Flexible Server. Possible values are between 360 and 20000.

Link copied to clipboard
val ioScalingEnabled: Output<Boolean>? = null

Should IOPS be scaled automatically? If true, iops can not be set. Defaults to false.

Link copied to clipboard
val sizeGb: Output<Int>? = null

The max storage allowed for the MySQL Flexible Server. Possible values are between 20 and 16384.

Functions

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