Class GetTkeAppChartListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.GetTkeAppChartListRequest
-
public class GetTkeAppChartListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArch()Get app支持的操作系统,取值arm32、arm64、amd64StringgetClusterType()Get 集群类型,取值tke、eksStringgetKind()Get app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisiblevoidsetArch(String Arch)Set app支持的操作系统,取值arm32、arm64、amd64voidsetClusterType(String ClusterType)Set 集群类型,取值tke、eksvoidsetKind(String Kind)Set app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisiblevoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetTkeAppChartListRequest
public GetTkeAppChartListRequest()
-
GetTkeAppChartListRequest
public 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.
-
-
Method Detail
-
getKind
public String getKind()
Get app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible- Returns:
- Kind app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
-
setKind
public void setKind(String Kind)
Set app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible- Parameters:
Kind- app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
-
getArch
public String getArch()
Get app支持的操作系统,取值arm32、arm64、amd64- Returns:
- Arch app支持的操作系统,取值arm32、arm64、amd64
-
setArch
public void setArch(String Arch)
Set app支持的操作系统,取值arm32、arm64、amd64- Parameters:
Arch- app支持的操作系统,取值arm32、arm64、amd64
-
getClusterType
public String getClusterType()
Get 集群类型,取值tke、eks- Returns:
- ClusterType 集群类型,取值tke、eks
-
setClusterType
public void setClusterType(String ClusterType)
Set 集群类型,取值tke、eks- Parameters:
ClusterType- 集群类型,取值tke、eks
-
-