public class AssetClusterListItem extends AbstractModel
skipSign
Constructor and Description |
---|
AssetClusterListItem() |
AssetClusterListItem(AssetClusterListItem 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 |
---|---|
String |
getBindRuleName()
Get 绑定规则名称
|
String |
getClusterID()
Get 集群ID
|
String |
getClusterName()
Get 集群名称
|
String |
getClusterType()
Get 集群类型:
CT_TKE:TKE集群;
CT_USER_CREATE:用户自建集群;
CT_TKE_SERVERLESS:TKE Serverless集群;
|
String |
getClusterVersion()
Get 集群版本
|
Long |
getCpuLimit()
Get cpu
|
Long |
getMemLimit()
Get 内存量
|
String |
getStatus()
Get 集群状态
CSR_RUNNING: 运行中
CSR_EXCEPTION:异常
CSR_DEL:已经删除
|
void |
setBindRuleName(String BindRuleName)
Set 绑定规则名称
|
void |
setClusterID(String ClusterID)
Set 集群ID
|
void |
setClusterName(String ClusterName)
Set 集群名称
|
void |
setClusterType(String ClusterType)
Set 集群类型:
CT_TKE:TKE集群;
CT_USER_CREATE:用户自建集群;
CT_TKE_SERVERLESS:TKE Serverless集群;
|
void |
setClusterVersion(String ClusterVersion)
Set 集群版本
|
void |
setCpuLimit(Long CpuLimit)
Set cpu
|
void |
setMemLimit(Long MemLimit)
Set 内存量
|
void |
setStatus(String Status)
Set 集群状态
CSR_RUNNING: 运行中
CSR_EXCEPTION:异常
CSR_DEL:已经删除
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssetClusterListItem()
public AssetClusterListItem(AssetClusterListItem source)
public String getClusterID()
public void setClusterID(String ClusterID)
ClusterID
- 集群IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称public String getStatus()
public void setStatus(String Status)
Status
- 集群状态
CSR_RUNNING: 运行中
CSR_EXCEPTION:异常
CSR_DEL:已经删除public String getBindRuleName()
public void setBindRuleName(String BindRuleName)
BindRuleName
- 绑定规则名称public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 集群类型:
CT_TKE:TKE集群;
CT_USER_CREATE:用户自建集群;
CT_TKE_SERVERLESS:TKE Serverless集群;public String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion
- 集群版本public Long getMemLimit()
public void setMemLimit(Long MemLimit)
MemLimit
- 内存量public Long getCpuLimit()
public void setCpuLimit(Long CpuLimit)
CpuLimit
- cpuCopyright © 2023. All rights reserved.