public class ModifyClusterSlaveZoneRequest extends AbstractModel
Constructor and Description |
---|
ModifyClusterSlaveZoneRequest() |
ModifyClusterSlaveZoneRequest(ModifyClusterSlaveZoneRequest 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 |
getNewSlaveZone()
Get New replica AZ
|
String |
getOldSlaveZone()
Get Old replica AZ
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setNewSlaveZone(String NewSlaveZone)
Set New replica AZ
|
void |
setOldSlaveZone(String OldSlaveZone)
Set Old replica AZ
|
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 ModifyClusterSlaveZoneRequest()
public ModifyClusterSlaveZoneRequest(ModifyClusterSlaveZoneRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getOldSlaveZone()
public void setOldSlaveZone(String OldSlaveZone)
OldSlaveZone
- Old replica AZpublic String getNewSlaveZone()
public void setNewSlaveZone(String NewSlaveZone)
NewSlaveZone
- New replica AZCopyright © 2023. All rights reserved.