InstancePerformanceConfigIopsPerTb

data class InstancePerformanceConfigIopsPerTb(val maxIopsPerTb: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxIopsPerTb: 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.