InstancePerformanceConfigArgs

data class InstancePerformanceConfigArgs(val fixedIops: Output<InstancePerformanceConfigFixedIopsArgs>? = null, val iopsPerTb: Output<InstancePerformanceConfigIopsPerTbArgs>? = null) : ConvertibleToJava<InstancePerformanceConfigArgs>

Constructors

Link copied to clipboard
constructor(fixedIops: Output<InstancePerformanceConfigFixedIopsArgs>? = null, iopsPerTb: Output<InstancePerformanceConfigIopsPerTbArgs>? = 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.

Functions

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