public class TkeInstanceDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
TkeInstanceDetail() |
TkeInstanceDetail(TkeInstanceDetail 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 |
getClusterId()
Get The cluster ID.
|
String |
getClusterName()
Get The cluster name.
|
String |
getClusterType()
Get The cluster type.
|
String |
getClusterVersion()
Get The cluster version.
|
TkeNameSpaceDetail[] |
getNamespaceList()
Get The list of cluster namespaces.
|
void |
setClusterId(String ClusterId)
Set The cluster ID.
|
void |
setClusterName(String ClusterName)
Set The cluster name.
|
void |
setClusterType(String ClusterType)
Set The cluster type.
|
void |
setClusterVersion(String ClusterVersion)
Set The cluster version.
|
void |
setNamespaceList(TkeNameSpaceDetail[] NamespaceList)
Set The list of cluster namespaces.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TkeInstanceDetail()
public TkeInstanceDetail(TkeInstanceDetail source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The cluster ID.public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- The cluster name.public TkeNameSpaceDetail[] getNamespaceList()
public void setNamespaceList(TkeNameSpaceDetail[] NamespaceList)
NamespaceList
- The list of cluster namespaces.public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- The cluster type.public String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion
- The cluster version.Copyright © 2024. All rights reserved.