public class DescribeTKEEdgeScriptRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterId()Get 集群id | 
| String | getConfig()Get json格式的节点配置 | 
| String | getInterface()Get 网卡名,指定边缘节点上kubelet向apiserver注册使用的网卡 | 
| String | getNodeName()Get 节点名字 | 
| String | getScriptVersion()Get 可以下载某个历史版本的edgectl脚本,默认下载最新版本,edgectl版本信息可以在脚本里查看 | 
| void | setClusterId(String ClusterId)Set 集群id | 
| void | setConfig(String Config)Set json格式的节点配置 | 
| void | setInterface(String Interface)Set 网卡名,指定边缘节点上kubelet向apiserver注册使用的网卡 | 
| void | setNodeName(String NodeName)Set 节点名字 | 
| void | setScriptVersion(String ScriptVersion)Set 可以下载某个历史版本的edgectl脚本,默认下载最新版本,edgectl版本信息可以在脚本里查看 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTKEEdgeScriptRequest()
public DescribeTKEEdgeScriptRequest(DescribeTKEEdgeScriptRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群idpublic String getInterface()
public void setInterface(String Interface)
Interface - 网卡名,指定边缘节点上kubelet向apiserver注册使用的网卡public String getNodeName()
public void setNodeName(String NodeName)
NodeName - 节点名字public String getConfig()
public void setConfig(String Config)
Config - json格式的节点配置public String getScriptVersion()
public void setScriptVersion(String ScriptVersion)
ScriptVersion - 可以下载某个历史版本的edgectl脚本,默认下载最新版本,edgectl版本信息可以在脚本里查看Copyright © 2025. All rights reserved.