Package-level declarations
Types
Link copied to clipboard
object CloudquotaFunctions
Link copied to clipboard
QuotaPreference represents the preferred quota configuration specified for a project, folder or organization. There is only one QuotaPreference resource for a quota value targeting a unique set of dimensions. To get more information about QuotaPreference, see:
Link copied to clipboard
data class SQuotaPreferenceArgs(val contactEmail: Output<String>? = null, val dimensions: Output<Map<String, String>>? = null, val ignoreSafetyChecks: Output<String>? = null, val justification: Output<String>? = null, val name: Output<String>? = null, val parent: Output<String>? = null, val quotaConfig: Output<SQuotaPreferenceQuotaConfigArgs>? = null, val quotaId: Output<String>? = null, val service: Output<String>? = null) : ConvertibleToJava<SQuotaPreferenceArgs>
QuotaPreference represents the preferred quota configuration specified for a project, folder or organization. There is only one QuotaPreference resource for a quota value targeting a unique set of dimensions. To get more information about QuotaPreference, see:
Link copied to clipboard
Builder for SQuotaPreferenceArgs.
Link copied to clipboard
Link copied to clipboard
Builder for SQuotaPreference.
Functions
Link copied to clipboard
suspend fun sQuotaPreference(name: String, block: suspend SQuotaPreferenceResourceBuilder.() -> Unit): SQuotaPreference