QuotaApplicationArgs

data class QuotaApplicationArgs(val auditMode: Output<String>? = null, val desireValue: Output<Double>? = null, val dimensions: Output<List<QuotaApplicationDimensionArgs>>? = null, val effectiveTime: Output<String>? = null, val envLanguage: Output<String>? = null, val expireTime: Output<String>? = null, val noticeType: Output<Int>? = null, val productCode: Output<String>? = null, val quotaActionCode: Output<String>? = null, val quotaCategory: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<QuotaApplicationArgs>

Import

Quotas Quota Application can be imported using the id, e.g.

$ pulumi import alicloud:quotas/quotaApplication:QuotaApplication example <id>

Constructors

Link copied to clipboard
constructor(auditMode: Output<String>? = null, desireValue: Output<Double>? = null, dimensions: Output<List<QuotaApplicationDimensionArgs>>? = null, effectiveTime: Output<String>? = null, envLanguage: Output<String>? = null, expireTime: Output<String>? = null, noticeType: Output<Int>? = null, productCode: Output<String>? = null, quotaActionCode: Output<String>? = null, quotaCategory: Output<String>? = null, reason: Output<String>? = null)

Properties

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

This parameter is discontinued and is not recommended. The mode in which you want the application to be reviewed. Valid values:

Link copied to clipboard
val desireValue: Output<Double>? = null

The desire value of the quota application.

Link copied to clipboard

QuotaDimensions. See dimensions below.

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

The effective time of the quota application.

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

The language of the quota alert notification. Value:

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

The expired time of the quota application.

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

Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.

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

The product code.

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

The ID of quota action.

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

The quota type.

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

The reason of the quota application.

Functions

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