public static class DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItem
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
attributeName
The type of the resource quota in the specified region.
|
DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValues |
attributeValues
The specific values of resource quotas.
|
@NameInMap(value="AttributeName") public String attributeName
The type of the resource quota in the specified region. Valid values:
* instance-network-type: available network types
* max-security-groups: the maximum number of security groups
* max-elastic-network-interfaces: the maximum number of ENIs
* max-postpaid-instance-vcpu-count: the maximum number of vCPUs for pay-as-you-go instances
* max-spot-instance-vcpu-count: the maximum number of vCPUs for preemptible instances
* used-postpaid-instance-vcpu-count: the number of vCPUs that have been allocated to pay-as-you-go instances
* used-spot-instance-vcpu-count: the number of vCPUs that have been allocated to preemptible instances
* max-postpaid-yundisk-capacity: the maximum capacity of pay-as-you-go data disks
* used-postpaid-yundisk-capacity: the capacity of pay-as-you-go disks that have been created
* max-dedicated-hosts: the maximum number of dedicated hosts
* supported-postpaid-instance-types: the instance types of pay-as-you-go I/O optimized instances
* max-axt-command-count: the maximum number of Cloud Assistant commands
* max-axt-invocation-daily: the maximum number of Cloud Assistant command executions per day
* real-name-authentication: whether an account has completed real-name verification
* max-cloud-assistant-activation-count: the maximum number of activation codes that can be created to use to register managed instances
@NameInMap(value="AttributeValues") public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValues attributeValues
The specific values of resource quotas.
public DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItem()
public static DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItem build(Map<String,?> map) throws Exception
Exception
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItem setAttributeName(String attributeName)
public String getAttributeName()
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItem setAttributeValues(DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValues attributeValues)
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValues getAttributeValues()
Copyright © 2023. All rights reserved.