public class DescribeYeheResourceLimitResponse extends AbstractModel
Constructor and Description |
---|
DescribeYeheResourceLimitResponse() |
DescribeYeheResourceLimitResponse(DescribeYeheResourceLimitResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCreateClusterLimit()
Get 允许创建的集群数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCreateNodeLimit()
Get 允许创建的节点数
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getEnablePermAdminNode()
Get 节点是否有admin的所有权限
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getEnablePermMonitor()
Get 是否有监控开启权限
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getUin()
Get 用户父账号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateClusterLimit(Long CreateClusterLimit)
Set 允许创建的集群数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateNodeLimit(Long CreateNodeLimit)
Set 允许创建的节点数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnablePermAdminNode(Boolean EnablePermAdminNode)
Set 节点是否有admin的所有权限
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnablePermMonitor(Boolean EnablePermMonitor)
Set 是否有监控开启权限
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setUin(String Uin)
Set 用户父账号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeYeheResourceLimitResponse()
public DescribeYeheResourceLimitResponse(DescribeYeheResourceLimitResponse source)
public String getUin()
public void setUin(String Uin)
Uin
- 用户父账号
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateNodeLimit()
public void setCreateNodeLimit(Long CreateNodeLimit)
CreateNodeLimit
- 允许创建的节点数
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateClusterLimit()
public void setCreateClusterLimit(Long CreateClusterLimit)
CreateClusterLimit
- 允许创建的集群数
注意:此字段可能返回 null,表示取不到有效值。public Boolean getEnablePermMonitor()
public void setEnablePermMonitor(Boolean EnablePermMonitor)
EnablePermMonitor
- 是否有监控开启权限
注意:此字段可能返回 null,表示取不到有效值。public Boolean getEnablePermAdminNode()
public void setEnablePermAdminNode(Boolean EnablePermAdminNode)
EnablePermAdminNode
- 节点是否有admin的所有权限
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.