public class ModifyClusterParamRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyClusterParamRequest() |
ModifyClusterParamRequest(ModifyClusterParamRequest 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 |
getIsInMaintainPeriod()
Get Valid values: `yes` (execute during maintenance time), `no` (execute now)
|
ParamItem[] |
getParamList()
Get List of the parameters to be modified.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setIsInMaintainPeriod(String IsInMaintainPeriod)
Set Valid values: `yes` (execute during maintenance time), `no` (execute now)
|
void |
setParamList(ParamItem[] ParamList)
Set List of the parameters to be modified.
|
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 ModifyClusterParamRequest()
public ModifyClusterParamRequest(ModifyClusterParamRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic ParamItem[] getParamList()
public void setParamList(ParamItem[] ParamList)
ParamList
- List of the parameters to be modified. Each element in the list is a combination of `ParamName`, `CurrentValue`, and `OldValue`. `ParamName` is the parameter name; `CurrentValue` is the current value; `OldValue` is the old value that doesn’t need to be verified.public String getIsInMaintainPeriod()
public void setIsInMaintainPeriod(String IsInMaintainPeriod)
IsInMaintainPeriod
- Valid values: `yes` (execute during maintenance time), `no` (execute now)Copyright © 2024. All rights reserved.