InstancePerformanceConfigIopsPerTbArgs

data class InstancePerformanceConfigIopsPerTbArgs(val maxIopsPerTb: Output<Int>? = null) : ConvertibleToJava<InstancePerformanceConfigIopsPerTbArgs>

Constructors

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

Properties

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

The instance max IOPS will be calculated by multiplying the capacity of the instance (TB) by max_iops_per_tb, and rounding to the nearest 1000. The instance max IOPS will be changed dynamically based on the instance capacity.

Functions

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