AppGroupQuotaArgs

data class AppGroupQuotaArgs(val computeResource: Output<Int>, val docSize: Output<Int>, val qps: Output<Int>? = null, val spec: Output<String>) : ConvertibleToJava<AppGroupQuotaArgs>

Constructors

Link copied to clipboard
constructor(computeResource: Output<Int>, docSize: Output<Int>, qps: Output<Int>? = null, spec: Output<String>)

Properties

Link copied to clipboard
val computeResource: Output<Int>

Computing resources. Unit: LCU.

Link copied to clipboard
val docSize: Output<Int>

Storage Size. Unit: GB.

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

Search request. Unit: times/second.

Link copied to clipboard
val spec: Output<String>

Specification. Valid values:

Functions

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