public static class DescribeAccountAttributesResponseBody.DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
count
The number of privilege attributes in the account.
|
String |
diskCategory
The data disk category.
|
String |
expiredTime
The expiration time of a privilege.
|
String |
instanceChargeType
The billing method of the instance.
|
String |
instanceType
The type of the instance.
|
String |
value
The value of the resource quota in the specified region.
|
String |
zoneId
The ID of the zone in which the resource resides.
|
构造器和说明 |
---|
DescribeAccountAttributesResponseBodyAccountAttributeItemsAccountAttributeItemAttributeValuesValueItem() |
@NameInMap(value="Count") public Integer count
The number of privilege attributes in the account.
example:3
@NameInMap(value="DiskCategory") public String diskCategory
The data disk category. Valid values:
cloud_ssd
@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 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
example:2019-01-01T12:30:00Z
@NameInMap(value="InstanceChargeType") public String instanceChargeType
The billing method of the instance.
example:PrePaid
@NameInMap(value="InstanceType") public String instanceType
The type of the instance.
example:ecs.g5.large
@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:
When AttributeName is set to supported-postpay-instance-types, instance types are returned. For more information, see Overview of instance families.
When AttributeName is set to real-name-authentications, one of the following values is returned:
When AttributeName is set to instance-network-type, one of the following values is returned:
800
@NameInMap(value="ZoneId") public String zoneId
The ID of the zone in which the resource resides.
example:cn-hangzhou-b
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 © 2024. All rights reserved.