Class ClustersZone
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.clb.v20180317.models.ClustersZone
-
public class ClustersZone extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClustersZone()ClustersZone(ClustersZone 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getMasterZone()Get 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。String[]getSlaveZone()Get 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。voidsetMasterZone(String[] MasterZone)Set 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。voidsetSlaveZone(String[] SlaveZone)Set 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClustersZone
public ClustersZone()
-
ClustersZone
public ClustersZone(ClustersZone 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.
-
-
Method Detail
-
getMasterZone
public String[] getMasterZone()
Get 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MasterZone 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。
-
setMasterZone
public void setMasterZone(String[] MasterZone)
Set 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MasterZone- 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。
-
getSlaveZone
public String[] getSlaveZone()
Get 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SlaveZone 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。
-
setSlaveZone
public void setSlaveZone(String[] SlaveZone)
Set 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SlaveZone- 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。
-
-