public class DescribeUserQuotaResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
amkClusterQuota |
Long |
askClusterQuota |
Long |
clusterNodepoolQuota |
Long |
clusterQuota |
Long |
nodeQuota |
| 构造器和说明 |
|---|
DescribeUserQuotaResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeUserQuotaResponseBody |
build(Map<String,?> map) |
Long |
getAmkClusterQuota() |
Long |
getAskClusterQuota() |
Long |
getClusterNodepoolQuota() |
Long |
getClusterQuota() |
Long |
getNodeQuota() |
DescribeUserQuotaResponseBody |
setAmkClusterQuota(Long amkClusterQuota) |
DescribeUserQuotaResponseBody |
setAskClusterQuota(Long askClusterQuota) |
DescribeUserQuotaResponseBody |
setClusterNodepoolQuota(Long clusterNodepoolQuota) |
DescribeUserQuotaResponseBody |
setClusterQuota(Long clusterQuota) |
DescribeUserQuotaResponseBody |
setNodeQuota(Long nodeQuota) |
@NameInMap(value="amk_cluster_quota") public Long amkClusterQuota
@NameInMap(value="ask_cluster_quota") public Long askClusterQuota
@NameInMap(value="cluster_nodepool_quota") public Long clusterNodepoolQuota
@NameInMap(value="cluster_quota") public Long clusterQuota
@NameInMap(value="node_quota") public Long nodeQuota
public static DescribeUserQuotaResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeUserQuotaResponseBody setAmkClusterQuota(Long amkClusterQuota)
public Long getAmkClusterQuota()
public DescribeUserQuotaResponseBody setAskClusterQuota(Long askClusterQuota)
public Long getAskClusterQuota()
public DescribeUserQuotaResponseBody setClusterNodepoolQuota(Long clusterNodepoolQuota)
public Long getClusterNodepoolQuota()
public DescribeUserQuotaResponseBody setClusterQuota(Long clusterQuota)
public Long getClusterQuota()
public DescribeUserQuotaResponseBody setNodeQuota(Long nodeQuota)
public Long getNodeQuota()
Copyright © 2021. All rights reserved.