public class CLBMultiRegion extends AbstractModel
header, skipSign
Constructor and Description |
---|
CLBMultiRegion() |
CLBMultiRegion(CLBMultiRegion 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 |
getCLBMasterZone()
Get 主可用区信息
|
Boolean |
getCLBMultiZoneFlag()
Get 是否启用多可用区
|
String |
getCLBSlaveZone()
Get 备可用区信息
|
void |
setCLBMasterZone(String CLBMasterZone)
Set 主可用区信息
|
void |
setCLBMultiZoneFlag(Boolean CLBMultiZoneFlag)
Set 是否启用多可用区
|
void |
setCLBSlaveZone(String CLBSlaveZone)
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 CLBMultiRegion()
public CLBMultiRegion(CLBMultiRegion source)
public Boolean getCLBMultiZoneFlag()
public void setCLBMultiZoneFlag(Boolean CLBMultiZoneFlag)
CLBMultiZoneFlag
- 是否启用多可用区public String getCLBMasterZone()
public void setCLBMasterZone(String CLBMasterZone)
CLBMasterZone
- 主可用区信息public String getCLBSlaveZone()
public void setCLBSlaveZone(String CLBSlaveZone)
CLBSlaveZone
- 备可用区信息Copyright © 2025. All rights reserved.