Quota Application Args
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>
Content copied to clipboard
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
The desire value of the quota application.
Link copied to clipboard
QuotaDimensions. See dimensions
below.
Link copied to clipboard
The effective time of the quota application.
Link copied to clipboard
The language of the quota alert notification. Value:
Link copied to clipboard
The expired time of the quota application.
Link copied to clipboard
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
The product code.
Link copied to clipboard
The ID of quota action.
Link copied to clipboard
The quota type.