public class AssetClusterListItem extends AbstractModel
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: 用户自建集群
|
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: 用户自建集群
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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: 用户自建集群Copyright © 2022. All rights reserved.