public class ShardZoneChooseInfo extends AbstractModel
Constructor and Description |
---|
ShardZoneChooseInfo() |
ShardZoneChooseInfo(ShardZoneChooseInfo 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 |
---|---|
ZonesInfo |
getMasterZone()
Get 主可用区
|
ZonesInfo[] |
getSlaveZones()
Get 可选的从可用区
|
void |
setMasterZone(ZonesInfo MasterZone)
Set 主可用区
|
void |
setSlaveZones(ZonesInfo[] SlaveZones)
Set 可选的从可用区
|
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 ShardZoneChooseInfo()
public ShardZoneChooseInfo(ShardZoneChooseInfo source)
public ZonesInfo getMasterZone()
public void setMasterZone(ZonesInfo MasterZone)
MasterZone
- 主可用区public ZonesInfo[] getSlaveZones()
public void setSlaveZones(ZonesInfo[] SlaveZones)
SlaveZones
- 可选的从可用区Copyright © 2021. All rights reserved.