public class ModifyClusterSlaveZoneRequest extends AbstractModel
header, skipSign
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 |
getBinlogSyncWay()
Get Specifies the binlog synchronization mode.
|
String |
getClusterId()
Get Cluster ID
|
String |
getNewSlaveZone()
Get New replica AZ
|
String |
getOldSlaveZone()
Get Old replica AZ
|
Long |
getSemiSyncTimeout()
Get
|
void |
setBinlogSyncWay(String BinlogSyncWay)
Set Specifies the binlog synchronization mode.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setNewSlaveZone(String NewSlaveZone)
Set New replica AZ
|
void |
setOldSlaveZone(String OldSlaveZone)
Set Old replica AZ
|
void |
setSemiSyncTimeout(Long SemiSyncTimeout)
Set
|
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 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 AZpublic String getBinlogSyncWay()
public void setBinlogSyncWay(String BinlogSyncWay)
BinlogSyncWay
- Specifies the binlog synchronization mode. the default value is async. valid values are sync, semisync, and async.public Long getSemiSyncTimeout()
public void setSemiSyncTimeout(Long SemiSyncTimeout)
SemiSyncTimeout
- Copyright © 2025. All rights reserved.