public class GetTkeAppChartListRequest extends AbstractModel
Constructor and Description |
---|
GetTkeAppChartListRequest() |
GetTkeAppChartListRequest(GetTkeAppChartListRequest 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 |
getArch()
Get app支持的操作系统,取值arm32、arm64、amd64
|
String |
getClusterType()
Get 集群类型,取值tke、eks
|
String |
getKind()
Get app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
|
void |
setArch(String Arch)
Set app支持的操作系统,取值arm32、arm64、amd64
|
void |
setClusterType(String ClusterType)
Set 集群类型,取值tke、eks
|
void |
setKind(String Kind)
Set app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
|
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 GetTkeAppChartListRequest()
public GetTkeAppChartListRequest(GetTkeAppChartListRequest source)
public String getKind()
public void setKind(String Kind)
Kind
- app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisiblepublic String getArch()
public void setArch(String Arch)
Arch
- app支持的操作系统,取值arm32、arm64、amd64public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 集群类型,取值tke、eksCopyright © 2023. All rights reserved.