Class DescribeYeheResourceLimitResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeYeheResourceLimitResponse
-
public class DescribeYeheResourceLimitResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCreateClusterLimit()Get 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。LonggetCreateNodeLimit()Get 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。BooleangetEnablePermAdminNode()Get 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。BooleangetEnablePermMonitor()Get 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetUin()Get 用户父账号 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateClusterLimit(Long CreateClusterLimit)Set 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateNodeLimit(Long CreateNodeLimit)Set 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。voidsetEnablePermAdminNode(Boolean EnablePermAdminNode)Set 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。voidsetEnablePermMonitor(Boolean EnablePermMonitor)Set 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetUin(String Uin)Set 用户父账号 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeYeheResourceLimitResponse
public DescribeYeheResourceLimitResponse()
-
DescribeYeheResourceLimitResponse
public 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.
-
-
Method Detail
-
getUin
public String getUin()
Get 用户父账号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Uin 用户父账号 注意:此字段可能返回 null,表示取不到有效值。
-
setUin
public void setUin(String Uin)
Set 用户父账号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Uin- 用户父账号 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateNodeLimit
public Long getCreateNodeLimit()
Get 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateNodeLimit 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateNodeLimit
public void setCreateNodeLimit(Long CreateNodeLimit)
Set 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateNodeLimit- 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateClusterLimit
public Long getCreateClusterLimit()
Get 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateClusterLimit 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateClusterLimit
public void setCreateClusterLimit(Long CreateClusterLimit)
Set 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateClusterLimit- 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。
-
getEnablePermMonitor
public Boolean getEnablePermMonitor()
Get 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnablePermMonitor 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。
-
setEnablePermMonitor
public void setEnablePermMonitor(Boolean EnablePermMonitor)
Set 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnablePermMonitor- 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。
-
getEnablePermAdminNode
public Boolean getEnablePermAdminNode()
Get 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnablePermAdminNode 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。
-
setEnablePermAdminNode
public void setEnablePermAdminNode(Boolean EnablePermAdminNode)
Set 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnablePermAdminNode- 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-