Instance Performance Config
data class InstancePerformanceConfig(val fixedIops: InstancePerformanceConfigFixedIops? = null, val iopsPerTb: InstancePerformanceConfigIopsPerTb? = null)
Constructors
Link copied to clipboard
constructor(fixedIops: InstancePerformanceConfigFixedIops? = null, iopsPerTb: InstancePerformanceConfigIopsPerTb? = null)
Properties
Link copied to clipboard
The instance will have a fixed provisioned IOPS value, which will remain constant regardless of instance capacity. Structure is documented below.
Link copied to clipboard
The instance provisioned IOPS will change dynamically based on the capacity of the instance. Structure is documented below.