TemplateApplicationsArgs

data class TemplateApplicationsArgs(val aliyunUids: Output<List<String>>? = null, val desireValue: Output<Double>? = null, val dimensions: Output<List<TemplateApplicationsDimensionArgs>>? = 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<TemplateApplicationsArgs>

Import

Quotas Template Applications can be imported using the id, e.g.

$ pulumi import alicloud:quotas/templateApplications:TemplateApplications example <id>

Constructors

Link copied to clipboard
constructor(aliyunUids: Output<List<String>>? = null, desireValue: Output<Double>? = null, dimensions: Output<List<TemplateApplicationsDimensionArgs>>? = 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 aliyunUids: Output<List<String>>? = null

The list of Alibaba Cloud accounts (primary accounts) of the resource directory members to which the quota is applied.

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

The value of the quota request.

Link copied to clipboard

Quota dimension. See dimensions below.

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

The UTC time when the quota takes effect. This parameter applies only to the equity quota (WhiteListLabel).

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

The language of the quota application result notification. Value:

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

The UTC time when the quota expires. This parameter applies only to the equity quota (WhiteListLabel).

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

Whether to send notification of quota application result. Value:

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

Cloud service name abbreviation.

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

The quota ID.

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

The quota type. Value:

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

Reason for quota application.

Functions

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