FlexibleServerStorage

data class FlexibleServerStorage(val autoGrowEnabled: Boolean? = null, val ioScalingEnabled: Boolean? = null, val iops: Int? = null, val logOnDiskEnabled: Boolean? = null, val sizeGb: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Should Storage Auto Grow be enabled? Defaults to true.

Link copied to clipboard
val iops: Int? = null

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

Link copied to clipboard

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

Link copied to clipboard

Should Storage Log On Disk be enabled? Defaults to false.

Link copied to clipboard
val sizeGb: Int? = null

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