QuotaPlanQuotaSubQuotaInfoListParameter

data class QuotaPlanQuotaSubQuotaInfoListParameter(val elasticReservedCu: Int, val maxCu: Int, val minCu: Int)

Constructors

Link copied to clipboard
constructor(elasticReservedCu: Int, maxCu: Int, minCu: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of elastic Reserved CUs.

Link copied to clipboard
val maxCu: Int

The value of maxCU in Reserved CUs.

Link copied to clipboard
val minCu: Int

The value of minCU in Reserved CUs.