public class DescribeTKEEdgeScriptRequest extends AbstractModel
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 ENI
|
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 ENI
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTKEEdgeScriptRequest()
public DescribeTKEEdgeScriptRequest(DescribeTKEEdgeScriptRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getInterface()
public void setInterface(String Interface)
Interface
- ENIpublic 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 © 2023. All rights reserved.