public class InstallAgentRequest extends AbstractModel
Constructor and Description |
---|
InstallAgentRequest() |
InstallAgentRequest(InstallAgentRequest 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 |
getCluster()
Get 集群名称
|
String |
getTiaVersion()
Get Agent版本, 用于私有集群的agent安装,默认为“private-training”
|
Boolean |
getUpdate()
Get 是否允许更新Agent
|
void |
setCluster(String Cluster)
Set 集群名称
|
void |
setTiaVersion(String TiaVersion)
Set Agent版本, 用于私有集群的agent安装,默认为“private-training”
|
void |
setUpdate(Boolean Update)
Set 是否允许更新Agent
|
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 InstallAgentRequest()
public InstallAgentRequest(InstallAgentRequest source)
public String getCluster()
public void setCluster(String Cluster)
Cluster
- 集群名称public String getTiaVersion()
public void setTiaVersion(String TiaVersion)
TiaVersion
- Agent版本, 用于私有集群的agent安装,默认为“private-training”public Boolean getUpdate()
public void setUpdate(Boolean Update)
Update
- 是否允许更新AgentCopyright © 2022. All rights reserved.