alicloud.quotas.QuotaApplication
Explore with Pulumi AI
Import
Quotas Quota Application can be imported using the id, e.g.
$ pulumi import alicloud:quotas/quotaApplication:QuotaApplication example <id>
Create QuotaApplication Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new QuotaApplication(name: string, args: QuotaApplicationArgs, opts?: CustomResourceOptions);
@overload
def QuotaApplication(resource_name: str,
args: QuotaApplicationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def QuotaApplication(resource_name: str,
opts: Optional[ResourceOptions] = None,
desire_value: Optional[float] = None,
product_code: Optional[str] = None,
quota_action_code: Optional[str] = None,
reason: Optional[str] = None,
audit_mode: Optional[str] = None,
dimensions: Optional[Sequence[QuotaApplicationDimensionArgs]] = None,
effective_time: Optional[str] = None,
env_language: Optional[str] = None,
expire_time: Optional[str] = None,
notice_type: Optional[int] = None,
quota_category: Optional[str] = None)
func NewQuotaApplication(ctx *Context, name string, args QuotaApplicationArgs, opts ...ResourceOption) (*QuotaApplication, error)
public QuotaApplication(string name, QuotaApplicationArgs args, CustomResourceOptions? opts = null)
public QuotaApplication(String name, QuotaApplicationArgs args)
public QuotaApplication(String name, QuotaApplicationArgs args, CustomResourceOptions options)
type: alicloud:quotas:QuotaApplication
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args QuotaApplicationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args QuotaApplicationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args QuotaApplicationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args QuotaApplicationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args QuotaApplicationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var quotaApplicationResource = new AliCloud.Quotas.QuotaApplication("quotaApplicationResource", new()
{
DesireValue = 0,
ProductCode = "string",
QuotaActionCode = "string",
Reason = "string",
AuditMode = "string",
Dimensions = new[]
{
new AliCloud.Quotas.Inputs.QuotaApplicationDimensionArgs
{
Key = "string",
Value = "string",
},
},
EffectiveTime = "string",
EnvLanguage = "string",
ExpireTime = "string",
NoticeType = 0,
QuotaCategory = "string",
});
example, err := quotas.NewQuotaApplication(ctx, "quotaApplicationResource", "as.QuotaApplicationArgs{
DesireValue: pulumi.Float64(0),
ProductCode: pulumi.String("string"),
QuotaActionCode: pulumi.String("string"),
Reason: pulumi.String("string"),
AuditMode: pulumi.String("string"),
Dimensions: quotas.QuotaApplicationDimensionArray{
"as.QuotaApplicationDimensionArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
EffectiveTime: pulumi.String("string"),
EnvLanguage: pulumi.String("string"),
ExpireTime: pulumi.String("string"),
NoticeType: pulumi.Int(0),
QuotaCategory: pulumi.String("string"),
})
var quotaApplicationResource = new QuotaApplication("quotaApplicationResource", QuotaApplicationArgs.builder()
.desireValue(0)
.productCode("string")
.quotaActionCode("string")
.reason("string")
.auditMode("string")
.dimensions(QuotaApplicationDimensionArgs.builder()
.key("string")
.value("string")
.build())
.effectiveTime("string")
.envLanguage("string")
.expireTime("string")
.noticeType(0)
.quotaCategory("string")
.build());
quota_application_resource = alicloud.quotas.QuotaApplication("quotaApplicationResource",
desire_value=0,
product_code="string",
quota_action_code="string",
reason="string",
audit_mode="string",
dimensions=[alicloud.quotas.QuotaApplicationDimensionArgs(
key="string",
value="string",
)],
effective_time="string",
env_language="string",
expire_time="string",
notice_type=0,
quota_category="string")
const quotaApplicationResource = new alicloud.quotas.QuotaApplication("quotaApplicationResource", {
desireValue: 0,
productCode: "string",
quotaActionCode: "string",
reason: "string",
auditMode: "string",
dimensions: [{
key: "string",
value: "string",
}],
effectiveTime: "string",
envLanguage: "string",
expireTime: "string",
noticeType: 0,
quotaCategory: "string",
});
type: alicloud:quotas:QuotaApplication
properties:
auditMode: string
desireValue: 0
dimensions:
- key: string
value: string
effectiveTime: string
envLanguage: string
expireTime: string
noticeType: 0
productCode: string
quotaActionCode: string
quotaCategory: string
reason: string
QuotaApplication Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The QuotaApplication resource accepts the following input properties:
- Desire
Value double - The desire value of the quota application.
- Product
Code string - The product code.
- Quota
Action stringCode - The ID of quota action.
- Reason string
- The reason of the quota application.
- Audit
Mode string Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- Dimensions
List<Pulumi.
Ali Cloud. Quotas. Inputs. Quota Application Dimension> - QuotaDimensions. See
dimensions
below. - Effective
Time string - The effective time of the quota application.
- Env
Language string - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- Expire
Time string - The expired time of the quota application.
- Notice
Type int - 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.
- Quota
Category string - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- Desire
Value float64 - The desire value of the quota application.
- Product
Code string - The product code.
- Quota
Action stringCode - The ID of quota action.
- Reason string
- The reason of the quota application.
- Audit
Mode string Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- Dimensions
[]Quota
Application Dimension Args - QuotaDimensions. See
dimensions
below. - Effective
Time string - The effective time of the quota application.
- Env
Language string - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- Expire
Time string - The expired time of the quota application.
- Notice
Type int - 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.
- Quota
Category string - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- desire
Value Double - The desire value of the quota application.
- product
Code String - The product code.
- quota
Action StringCode - The ID of quota action.
- reason String
- The reason of the quota application.
- audit
Mode String Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- dimensions
List<Quota
Application Dimension> - QuotaDimensions. See
dimensions
below. - effective
Time String - The effective time of the quota application.
- env
Language String - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- expire
Time String - The expired time of the quota application.
- notice
Type Integer - 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.
- quota
Category String - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- desire
Value number - The desire value of the quota application.
- product
Code string - The product code.
- quota
Action stringCode - The ID of quota action.
- reason string
- The reason of the quota application.
- audit
Mode string Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- dimensions
Quota
Application Dimension[] - QuotaDimensions. See
dimensions
below. - effective
Time string - The effective time of the quota application.
- env
Language string - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- expire
Time string - The expired time of the quota application.
- notice
Type number - 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.
- quota
Category string - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- desire_
value float - The desire value of the quota application.
- product_
code str - The product code.
- quota_
action_ strcode - The ID of quota action.
- reason str
- The reason of the quota application.
- audit_
mode str Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- dimensions
Sequence[Quota
Application Dimension Args] - QuotaDimensions. See
dimensions
below. - effective_
time str - The effective time of the quota application.
- env_
language str - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- expire_
time str - The expired time of the quota application.
- notice_
type int - 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.
- quota_
category str - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- desire
Value Number - The desire value of the quota application.
- product
Code String - The product code.
- quota
Action StringCode - The ID of quota action.
- reason String
- The reason of the quota application.
- audit
Mode String Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- dimensions List<Property Map>
- QuotaDimensions. See
dimensions
below. - effective
Time String - The effective time of the quota application.
- env
Language String - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- expire
Time String - The expired time of the quota application.
- notice
Type Number - 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.
- quota
Category String - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
Outputs
All input properties are implicitly available as output properties. Additionally, the QuotaApplication resource produces the following output properties:
- Approve
Value string - The approve value of the quota application.
- Audit
Reason string - The audit reason.
- Create
Time string - Resource attribute field representing creation time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Quota
Description string - The description of the quota application.
- Quota
Name string - The name of the quota application.
- Quota
Unit string - The unit of the quota application.
- Status string
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- Approve
Value string - The approve value of the quota application.
- Audit
Reason string - The audit reason.
- Create
Time string - Resource attribute field representing creation time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Quota
Description string - The description of the quota application.
- Quota
Name string - The name of the quota application.
- Quota
Unit string - The unit of the quota application.
- Status string
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- approve
Value String - The approve value of the quota application.
- audit
Reason String - The audit reason.
- create
Time String - Resource attribute field representing creation time.
- id String
- The provider-assigned unique ID for this managed resource.
- quota
Description String - The description of the quota application.
- quota
Name String - The name of the quota application.
- quota
Unit String - The unit of the quota application.
- status String
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- approve
Value string - The approve value of the quota application.
- audit
Reason string - The audit reason.
- create
Time string - Resource attribute field representing creation time.
- id string
- The provider-assigned unique ID for this managed resource.
- quota
Description string - The description of the quota application.
- quota
Name string - The name of the quota application.
- quota
Unit string - The unit of the quota application.
- status string
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- approve_
value str - The approve value of the quota application.
- audit_
reason str - The audit reason.
- create_
time str - Resource attribute field representing creation time.
- id str
- The provider-assigned unique ID for this managed resource.
- quota_
description str - The description of the quota application.
- quota_
name str - The name of the quota application.
- quota_
unit str - The unit of the quota application.
- status str
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- approve
Value String - The approve value of the quota application.
- audit
Reason String - The audit reason.
- create
Time String - Resource attribute field representing creation time.
- id String
- The provider-assigned unique ID for this managed resource.
- quota
Description String - The description of the quota application.
- quota
Name String - The name of the quota application.
- quota
Unit String - The unit of the quota application.
- status String
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
Look up Existing QuotaApplication Resource
Get an existing QuotaApplication resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: QuotaApplicationState, opts?: CustomResourceOptions): QuotaApplication
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
approve_value: Optional[str] = None,
audit_mode: Optional[str] = None,
audit_reason: Optional[str] = None,
create_time: Optional[str] = None,
desire_value: Optional[float] = None,
dimensions: Optional[Sequence[QuotaApplicationDimensionArgs]] = None,
effective_time: Optional[str] = None,
env_language: Optional[str] = None,
expire_time: Optional[str] = None,
notice_type: Optional[int] = None,
product_code: Optional[str] = None,
quota_action_code: Optional[str] = None,
quota_category: Optional[str] = None,
quota_description: Optional[str] = None,
quota_name: Optional[str] = None,
quota_unit: Optional[str] = None,
reason: Optional[str] = None,
status: Optional[str] = None) -> QuotaApplication
func GetQuotaApplication(ctx *Context, name string, id IDInput, state *QuotaApplicationState, opts ...ResourceOption) (*QuotaApplication, error)
public static QuotaApplication Get(string name, Input<string> id, QuotaApplicationState? state, CustomResourceOptions? opts = null)
public static QuotaApplication get(String name, Output<String> id, QuotaApplicationState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Approve
Value string - The approve value of the quota application.
- Audit
Mode string Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- Audit
Reason string - The audit reason.
- Create
Time string - Resource attribute field representing creation time.
- Desire
Value double - The desire value of the quota application.
- Dimensions
List<Pulumi.
Ali Cloud. Quotas. Inputs. Quota Application Dimension> - QuotaDimensions. See
dimensions
below. - Effective
Time string - The effective time of the quota application.
- Env
Language string - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- Expire
Time string - The expired time of the quota application.
- Notice
Type int - 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.
- Product
Code string - The product code.
- Quota
Action stringCode - The ID of quota action.
- Quota
Category string - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- Quota
Description string - The description of the quota application.
- Quota
Name string - The name of the quota application.
- Quota
Unit string - The unit of the quota application.
- Reason string
- The reason of the quota application.
- Status string
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- Approve
Value string - The approve value of the quota application.
- Audit
Mode string Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- Audit
Reason string - The audit reason.
- Create
Time string - Resource attribute field representing creation time.
- Desire
Value float64 - The desire value of the quota application.
- Dimensions
[]Quota
Application Dimension Args - QuotaDimensions. See
dimensions
below. - Effective
Time string - The effective time of the quota application.
- Env
Language string - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- Expire
Time string - The expired time of the quota application.
- Notice
Type int - 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.
- Product
Code string - The product code.
- Quota
Action stringCode - The ID of quota action.
- Quota
Category string - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- Quota
Description string - The description of the quota application.
- Quota
Name string - The name of the quota application.
- Quota
Unit string - The unit of the quota application.
- Reason string
- The reason of the quota application.
- Status string
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- approve
Value String - The approve value of the quota application.
- audit
Mode String Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- audit
Reason String - The audit reason.
- create
Time String - Resource attribute field representing creation time.
- desire
Value Double - The desire value of the quota application.
- dimensions
List<Quota
Application Dimension> - QuotaDimensions. See
dimensions
below. - effective
Time String - The effective time of the quota application.
- env
Language String - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- expire
Time String - The expired time of the quota application.
- notice
Type Integer - 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.
- product
Code String - The product code.
- quota
Action StringCode - The ID of quota action.
- quota
Category String - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- quota
Description String - The description of the quota application.
- quota
Name String - The name of the quota application.
- quota
Unit String - The unit of the quota application.
- reason String
- The reason of the quota application.
- status String
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- approve
Value string - The approve value of the quota application.
- audit
Mode string Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- audit
Reason string - The audit reason.
- create
Time string - Resource attribute field representing creation time.
- desire
Value number - The desire value of the quota application.
- dimensions
Quota
Application Dimension[] - QuotaDimensions. See
dimensions
below. - effective
Time string - The effective time of the quota application.
- env
Language string - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- expire
Time string - The expired time of the quota application.
- notice
Type number - 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.
- product
Code string - The product code.
- quota
Action stringCode - The ID of quota action.
- quota
Category string - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- quota
Description string - The description of the quota application.
- quota
Name string - The name of the quota application.
- quota
Unit string - The unit of the quota application.
- reason string
- The reason of the quota application.
- status string
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- approve_
value str - The approve value of the quota application.
- audit_
mode str Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- audit_
reason str - The audit reason.
- create_
time str - Resource attribute field representing creation time.
- desire_
value float - The desire value of the quota application.
- dimensions
Sequence[Quota
Application Dimension Args] - QuotaDimensions. See
dimensions
below. - effective_
time str - The effective time of the quota application.
- env_
language str - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- expire_
time str - The expired time of the quota application.
- notice_
type int - 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.
- product_
code str - The product code.
- quota_
action_ strcode - The ID of quota action.
- quota_
category str - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- quota_
description str - The description of the quota application.
- quota_
name str - The name of the quota application.
- quota_
unit str - The unit of the quota application.
- reason str
- The reason of the quota application.
- status str
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
- approve
Value String - The approve value of the quota application.
- audit
Mode String Quota audit mode. Value:
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.
- audit
Reason String - The audit reason.
- create
Time String - Resource attribute field representing creation time.
- desire
Value Number - The desire value of the quota application.
- dimensions List<Property Map>
- QuotaDimensions. See
dimensions
below. - effective
Time String - The effective time of the quota application.
- env
Language String - The language of the quota alert notification. Value:
- zh (default): Chinese.
- en: English.
- expire
Time String - The expired time of the quota application.
- notice
Type Number - 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.
- product
Code String - The product code.
- quota
Action StringCode - The ID of quota action.
- quota
Category String - The quota type.
- CommonQuota (default): Generic quota.
- FlowControl:API rate quota.
- WhiteListLabel: Equity quota.
- quota
Description String - The description of the quota application.
- quota
Name String - The name of the quota application.
- quota
Unit String - The unit of the quota application.
- reason String
- The reason of the quota application.
- status String
- Application Status:
- Disagree: reject.
- Agree: Approved.
- Process: under review.
- Cancel: Closed.
Supporting Types
QuotaApplicationDimension, QuotaApplicationDimensionArgs
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.