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