public class RestartClusterForConfigsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RestartClusterForConfigsRequest()  | 
RestartClusterForConfigsRequest(RestartClusterForConfigsRequest 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 | 
getConfigName()
Get Configuration file's name 
 | 
String | 
getInstanceId()
Get Cluster ID, such as cdwch-xxxx 
 | 
String | 
getOperationType()
Get grace_restart is an elegant scrolling restart. 
 | 
void | 
setConfigName(String ConfigName)
Set Configuration file's name 
 | 
void | 
setInstanceId(String InstanceId)
Set Cluster ID, such as cdwch-xxxx 
 | 
void | 
setOperationType(String OperationType)
Set grace_restart is an elegant scrolling restart. 
 | 
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 RestartClusterForConfigsRequest()
public RestartClusterForConfigsRequest(RestartClusterForConfigsRequest 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 String getOperationType()
public void setOperationType(String OperationType)
OperationType - grace_restart is an elegant scrolling restart. If this parameter is not filled in, restart now by default.Copyright © 2025. All rights reserved.