GetFlexibleServerStorage

data class GetFlexibleServerStorage(val autoGrowEnabled: Boolean, val ioScalingEnabled: Boolean, val iops: Int, val sizeGb: Int)

Constructors

Link copied to clipboard
constructor(autoGrowEnabled: Boolean, ioScalingEnabled: Boolean, iops: Int, sizeGb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is Storage Auto Grow enabled?

Link copied to clipboard
val iops: Int

The storage IOPS of the MySQL Flexible Server.

Link copied to clipboard

Should IOPS be scaled automatically?

Link copied to clipboard
val sizeGb: Int

The max storage allowed for the MySQL Flexible Server.