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 Each batch of restarts
|
String |
getConfigName()
Get Configuration file's name
|
String |
getInstanceId()
Get Cluster ID, such as cdwch-xxxx
|
String[] |
getNodeList()
Get Restart node
|
Boolean |
getRollingRestart()
Get False means non-rolling restart, and true means rolling restart.
|
void |
setBatchSize(Long BatchSize)
Set Each batch of restarts
|
void |
setConfigName(String ConfigName)
Set Configuration file's name
|
void |
setInstanceId(String InstanceId)
Set Cluster ID, such as cdwch-xxxx
|
void |
setNodeList(String[] NodeList)
Set Restart node
|
void |
setRollingRestart(Boolean RollingRestart)
Set False means non-rolling restart, and true means rolling restart.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RestartClusterForNodeRequest()
public RestartClusterForNodeRequest(RestartClusterForNodeRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster ID, such as cdwch-xxxxpublic String getConfigName()
public void setConfigName(String ConfigName)
ConfigName
- Configuration file's namepublic Long getBatchSize()
public void setBatchSize(Long BatchSize)
BatchSize
- Each batch of restartspublic String[] getNodeList()
public void setNodeList(String[] NodeList)
NodeList
- Restart nodepublic Boolean getRollingRestart()
public void setRollingRestart(Boolean RollingRestart)
RollingRestart
- False means non-rolling restart, and true means rolling restart.Copyright © 2025. All rights reserved.