GoogleCloudApigeeV1QuotaArgs

data class GoogleCloudApigeeV1QuotaArgs(val interval: Output<String>, val limit: Output<String>, val timeUnit: Output<String>? = null) : ConvertibleToJava<GoogleCloudApigeeV1QuotaArgs>

Quota contains the essential parameters needed that can be applied on the resources, methods, API source combination associated with this API product. While Quota is optional, setting it prevents requests from exceeding the provisioned parameters.

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1QuotaArgs(interval: Output<String>, limit: Output<String>, timeUnit: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val interval: Output<String>

Time interval over which the number of request messages is calculated.

Link copied to clipboard
val limit: Output<String>

Upper limit allowed for the time interval and time unit specified. Requests exceeding this limit will be rejected.

Link copied to clipboard
val timeUnit: Output<String>? = null

Time unit defined for the interval. Valid values include minute, hour, day, or month. If limit and interval are valid, the default value is hour; otherwise, the default is null.