public static class DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
count
The number of privilege attributes in the account.
|
String |
diskCategory
The category of the data disk.
|
String |
expiredTime
The expiration time of a privilege.
|
String |
instanceChargeType
The billing method of the instance.
|
String |
instanceType
The instance type.
|
String |
value
The value of the resource quota in the specified region.
|
String |
zoneId
The ID of the zone.
|
构造器和说明 |
---|
DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem() |
@NameInMap(value="Count") public Integer count
The number of privilege attributes in the account.
@NameInMap(value="DiskCategory") public String diskCategory
The category of the data disk. Valid values:
* cloud_efficiency: ultra disk
* cloud_ssd: standard SSD
* cloud_essd: enhanced SSD (ESSD)
@NameInMap(value="ExpiredTime") public String expiredTime
The expiration time of a privilege. This parameter is returned only when the account privilege has an expiration time. The time follows the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
@NameInMap(value="InstanceChargeType") public String instanceChargeType
The billing method of the instance.
@NameInMap(value="InstanceType") public String instanceType
The instance type.
@NameInMap(value="Value") public String value
The value of the resource quota in the specified region. Valid values:
The values returned for the resource quotas to which the following AttributeName values correspond are 0 or positive integers:
* max-security-groups
* max-elastic-network-interfaces
* max-postpaid-instance-vcpu-count
* max-spot-instance-vcpu-count
* used-postpaid-instance-vcpu-count
* used-spot-instance-vcpu-count
* max-postpaid-yundisk-capacity
* used-postpaid-yundisk-capacity
* max-dedicated-hosts
* max-axt-command-count
* max-axt-invocation-daily
* max-cloud-assistant-activation-count
When the AttributeName parameter is set to supported-postpay-instance-types, an instance type is returned. For more information, see [Instance families](~~25378~~).
When the AttributeName parameter is set to real-name-authentications, one of the following values is returned:
* yes
* none
* unnecessary
When the AttributeName parameter is set to instance-network-type, one of the following values is returned:
* vpc
* classic
@NameInMap(value="ZoneId") public String zoneId
The ID of the zone.
public DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem()
public static DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem build(Map<String,?> map) throws Exception
Exception
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem setCount(Integer count)
public Integer getCount()
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem setDiskCategory(String diskCategory)
public String getDiskCategory()
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem setExpiredTime(String expiredTime)
public String getExpiredTime()
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem setInstanceChargeType(String instanceChargeType)
public String getInstanceChargeType()
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem setInstanceType(String instanceType)
public String getInstanceType()
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem setValue(String value)
public String getValue()
public DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.