public class DescribeAccountAttributesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
attributeName
The type of resource quota N.
|
Long |
ownerId |
String |
regionId
The ID of the region.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
zoneId
The ID of the zone in which the resource resides.
|
构造器和说明 |
---|
DescribeAccountAttributesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeAccountAttributesRequest |
build(Map<String,?> map) |
List<String> |
getAttributeName() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getZoneId() |
DescribeAccountAttributesRequest |
setAttributeName(List<String> attributeName) |
DescribeAccountAttributesRequest |
setOwnerId(Long ownerId) |
DescribeAccountAttributesRequest |
setRegionId(String regionId) |
DescribeAccountAttributesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeAccountAttributesRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeAccountAttributesRequest |
setZoneId(String zoneId) |
@NameInMap(value="AttributeName") public List<String> attributeName
The type of resource quota N. Valid values of N: 1 to 8. Valid values:
instance-network-type: the 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. (The value is deprecated.)
used-postpaid-yundisk-capacity: the capacity of pay-as-you-go data disks that have been created. (The value is deprecated.)
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 the account has completed the real-name verification.
**
Note To create an ECS instance in a region in the Chinese mainland, you must complete the real-name verification.
max-cloud-assistant-activation-count: the maximum number of activation codes that can be created to use to register managed instances.
This parameter is empty by default.
example:max-security-groups
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region. You can call the DescribeRegions operation to query the most recent list of regions.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ZoneId") public String zoneId
The ID of the zone in which the resource resides.
example:cn-hangzhou-b
public static DescribeAccountAttributesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeAccountAttributesRequest setAttributeName(List<String> attributeName)
public DescribeAccountAttributesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeAccountAttributesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeAccountAttributesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeAccountAttributesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeAccountAttributesRequest setZoneId(String zoneId)
public String getZoneId()
Copyright © 2024. All rights reserved.