Class InstallLogAgentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.InstallLogAgentRequest
-
public class InstallLogAgentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstallLogAgentRequest()InstallLogAgentRequest(InstallLogAgentRequest 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 StringgetClusterId()Get TKE集群IDStringgetKubeletRootDir()Get kubelet根目录voidsetClusterId(String ClusterId)Set TKE集群IDvoidsetKubeletRootDir(String KubeletRootDir)Set kubelet根目录voidtoMap(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
-
InstallLogAgentRequest
public InstallLogAgentRequest()
-
InstallLogAgentRequest
public InstallLogAgentRequest(InstallLogAgentRequest 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
-
getClusterId
public String getClusterId()
Get TKE集群ID- Returns:
- ClusterId TKE集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set TKE集群ID- Parameters:
ClusterId- TKE集群ID
-
getKubeletRootDir
public String getKubeletRootDir()
Get kubelet根目录- Returns:
- KubeletRootDir kubelet根目录
-
setKubeletRootDir
public void setKubeletRootDir(String KubeletRootDir)
Set kubelet根目录- Parameters:
KubeletRootDir- kubelet根目录
-
-