Flexible Server Storage
data class FlexibleServerStorage(val autoGrowEnabled: Boolean? = null, val ioScalingEnabled: Boolean? = null, val iops: Int? = null, val sizeGb: Int? = null)
Constructors
Link copied to clipboard
fun FlexibleServerStorage(autoGrowEnabled: Boolean? = null, ioScalingEnabled: Boolean? = null, iops: Int? = null, sizeGb: Int? = null)