Class DescribeTKEEdgeScriptRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.DescribeTKEEdgeScriptRequest
-
public class DescribeTKEEdgeScriptRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTKEEdgeScriptRequest()DescribeTKEEdgeScriptRequest(DescribeTKEEdgeScriptRequest 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 集群idStringgetConfig()Get json格式的节点配置StringgetInterface()Get 网卡名StringgetNodeName()Get 节点名字StringgetScriptVersion()Get 可以下载某个历史版本的edgectl脚本,默认下载最新版本,edgectl版本信息可以在脚本里查看voidsetClusterId(String ClusterId)Set 集群idvoidsetConfig(String Config)Set json格式的节点配置voidsetInterface(String Interface)Set 网卡名voidsetNodeName(String NodeName)Set 节点名字voidsetScriptVersion(String ScriptVersion)Set 可以下载某个历史版本的edgectl脚本,默认下载最新版本,edgectl版本信息可以在脚本里查看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
-
DescribeTKEEdgeScriptRequest
public DescribeTKEEdgeScriptRequest()
-
DescribeTKEEdgeScriptRequest
public DescribeTKEEdgeScriptRequest(DescribeTKEEdgeScriptRequest 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 集群id- Returns:
- ClusterId 集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群id- Parameters:
ClusterId- 集群id
-
getInterface
public String getInterface()
Get 网卡名- Returns:
- Interface 网卡名
-
setInterface
public void setInterface(String Interface)
Set 网卡名- Parameters:
Interface- 网卡名
-
getNodeName
public String getNodeName()
Get 节点名字- Returns:
- NodeName 节点名字
-
setNodeName
public void setNodeName(String NodeName)
Set 节点名字- Parameters:
NodeName- 节点名字
-
getConfig
public String getConfig()
Get json格式的节点配置- Returns:
- Config json格式的节点配置
-
setConfig
public void setConfig(String Config)
Set json格式的节点配置- Parameters:
Config- json格式的节点配置
-
getScriptVersion
public String getScriptVersion()
Get 可以下载某个历史版本的edgectl脚本,默认下载最新版本,edgectl版本信息可以在脚本里查看- Returns:
- ScriptVersion 可以下载某个历史版本的edgectl脚本,默认下载最新版本,edgectl版本信息可以在脚本里查看
-
setScriptVersion
public void setScriptVersion(String ScriptVersion)
Set 可以下载某个历史版本的edgectl脚本,默认下载最新版本,edgectl版本信息可以在脚本里查看- Parameters:
ScriptVersion- 可以下载某个历史版本的edgectl脚本,默认下载最新版本,edgectl版本信息可以在脚本里查看
-
-