Flexible Server Storage Args
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
fun FlexibleServerStorageArgs(autoGrowEnabled: Output<Boolean>? = null, ioScalingEnabled: Output<Boolean>? = null, iops: Output<Int>? = null, sizeGb: Output<Int>? = null)