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 Bound rule name | 
| String | getClusterID()Get Cluster ID | 
| String | getClusterName()Get Cluster name | 
| String | getClusterType()Get Cluster type:
`CT_TKE`: TKE cluster
`CT_USER_CREATE`: External cluster | 
| String | getStatus()Get Cluster status
`CSR_RUNNING`: Running
`CSR_EXCEPTION`: Abnormal
`CSR_DEL`: Deleted | 
| void | setBindRuleName(String BindRuleName)Set Bound rule name | 
| void | setClusterID(String ClusterID)Set Cluster ID | 
| void | setClusterName(String ClusterName)Set Cluster name | 
| void | setClusterType(String ClusterType)Set Cluster type:
`CT_TKE`: TKE cluster
`CT_USER_CREATE`: External cluster | 
| void | setStatus(String Status)Set Cluster status
`CSR_RUNNING`: Running
`CSR_EXCEPTION`: Abnormal
`CSR_DEL`: Deleted | 
| 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, toJsonStringpublic AssetClusterListItem()
public AssetClusterListItem(AssetClusterListItem source)
public String getClusterID()
public void setClusterID(String ClusterID)
ClusterID - Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster namepublic String getStatus()
public void setStatus(String Status)
Status - Cluster status
`CSR_RUNNING`: Running
`CSR_EXCEPTION`: Abnormal
`CSR_DEL`: Deletedpublic String getBindRuleName()
public void setBindRuleName(String BindRuleName)
BindRuleName - Bound rule namepublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType - Cluster type:
`CT_TKE`: TKE cluster
`CT_USER_CREATE`: External clusterCopyright © 2023. All rights reserved.