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 主可用区信息
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getCLBMultiZoneFlag()
Get 是否启用多可用区
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCLBSlaveZone()
Get 备可用区信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCLBMasterZone(String CLBMasterZone)
Set 主可用区信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCLBMultiZoneFlag(Boolean CLBMultiZoneFlag)
Set 是否启用多可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCLBSlaveZone(String CLBSlaveZone)
Set 备可用区信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CLBMultiRegion()
public CLBMultiRegion(CLBMultiRegion source)
public Boolean getCLBMultiZoneFlag()
public void setCLBMultiZoneFlag(Boolean CLBMultiZoneFlag)
CLBMultiZoneFlag
- 是否启用多可用区
注意:此字段可能返回 null,表示取不到有效值。public String getCLBMasterZone()
public void setCLBMasterZone(String CLBMasterZone)
CLBMasterZone
- 主可用区信息
注意:此字段可能返回 null,表示取不到有效值。public String getCLBSlaveZone()
public void setCLBSlaveZone(String CLBSlaveZone)
CLBSlaveZone
- 备可用区信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.