public class RestartClusterForNodeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RestartClusterForNodeRequest() |
RestartClusterForNodeRequest(RestartClusterForNodeRequest 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 |
---|---|
Long |
getBatchSize()
Get 每次重启的批次
|
String |
getConfigName()
Get 配置文件名称
|
String |
getInstanceId()
Get 集群ID,例如cdwch-xxxx
|
String[] |
getNodeList()
Get 重启节点
|
Boolean |
getRollingRestart()
Get false表示非滚动重启,true表示滚动重启
|
void |
setBatchSize(Long BatchSize)
Set 每次重启的批次
|
void |
setConfigName(String ConfigName)
Set 配置文件名称
|
void |
setInstanceId(String InstanceId)
Set 集群ID,例如cdwch-xxxx
|
void |
setNodeList(String[] NodeList)
Set 重启节点
|
void |
setRollingRestart(Boolean RollingRestart)
Set false表示非滚动重启,true表示滚动重启
|
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, toJsonString
public RestartClusterForNodeRequest()
public RestartClusterForNodeRequest(RestartClusterForNodeRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群ID,例如cdwch-xxxxpublic String getConfigName()
public void setConfigName(String ConfigName)
ConfigName
- 配置文件名称public Long getBatchSize()
public void setBatchSize(Long BatchSize)
BatchSize
- 每次重启的批次public String[] getNodeList()
public void setNodeList(String[] NodeList)
NodeList
- 重启节点public Boolean getRollingRestart()
public void setRollingRestart(Boolean RollingRestart)
RollingRestart
- false表示非滚动重启,true表示滚动重启Copyright © 2024. All rights reserved.