SQuotaPreferenceQuotaConfigArgs

data class SQuotaPreferenceQuotaConfigArgs(val annotations: Output<Map<String, String>>? = null, val grantedValue: Output<String>? = null, val preferredValue: Output<String>, val requestOrigin: Output<String>? = null, val stateDetail: Output<String>? = null, val traceId: Output<String>? = null) : ConvertibleToJava<SQuotaPreferenceQuotaConfigArgs>

Constructors

Link copied to clipboard
constructor(annotations: Output<Map<String, String>>? = null, grantedValue: Output<String>? = null, preferredValue: Output<String>, requestOrigin: Output<String>? = null, stateDetail: Output<String>? = null, traceId: Output<String>? = null)

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>? = null

The annotations map for clients to store small amounts of arbitrary data. Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations. An object containing a list of "key: value" pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

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

(Output) Granted quota value.

Link copied to clipboard
val preferredValue: Output<String>

The preferred value. Must be greater than or equal to -1. If set to -1, it means the value is "unlimited".

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

(Output) The origin of the quota preference request.

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

(Output) Optional details about the state of this quota preference.

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

(Output) The trace id that the Google Cloud uses to provision the requested quota. This trace id may be used by the client to contact Cloud support to track the state of a quota preference request. The trace id is only produced for increase requests and is unique for each request. The quota decrease requests do not have a trace id.

Functions

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