InstancePerformanceConfigFixedIopsArgs

data class InstancePerformanceConfigFixedIopsArgs(val maxIops: Output<Int>? = null) : ConvertibleToJava<InstancePerformanceConfigFixedIopsArgs>

Constructors

Link copied to clipboard
constructor(maxIops: Output<Int>? = null)

Properties

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

The number of IOPS to provision for the instance. max_iops must be in multiple of 1000.

Functions

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