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 Cluster ID 
 | 
String | 
getConfig()
Get Node configuration in JSON format 
 | 
String | 
getInterface()
Get Network Card Name, specifies the network card used by the kubelet on edge nodes to register with the apiserver. 
 | 
String | 
getNodeName()
Get Name of the name 
 | 
String | 
getScriptVersion()
Get A legacy version of edgectl script can be downloaded. 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setConfig(String Config)
Set Node configuration in JSON format 
 | 
void | 
setInterface(String Interface)
Set Network Card Name, specifies the network card used by the kubelet on edge nodes to register with the apiserver. 
 | 
void | 
setNodeName(String NodeName)
Set Name of the name 
 | 
void | 
setScriptVersion(String ScriptVersion)
Set A legacy version of edgectl script can be downloaded. 
 | 
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 - Cluster IDpublic String getInterface()
public void setInterface(String Interface)
Interface - Network Card Name, specifies the network card used by the kubelet on edge nodes to register with the apiserver.public String getNodeName()
public void setNodeName(String NodeName)
NodeName - Name of the namepublic String getConfig()
public void setConfig(String Config)
Config - Node configuration in JSON formatpublic String getScriptVersion()
public void setScriptVersion(String ScriptVersion)
ScriptVersion - A legacy version of edgectl script can be downloaded. The latest version is downloaded by default. The version information can be checked in the script.Copyright © 2025. All rights reserved.