Class ZoneInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.clb.v20180317.models.ZoneInfo
-
public class ZoneInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getEdgeZone()
Get 可用区是否是EdgeZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。Boolean
getLocalZone()
Get 可用区是否是LocalZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。String
getZone()
Get 可用区字符串形式的唯一ID,如:ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。Long
getZoneId()
Get 可用区数值形式的唯一ID,如:100001 注意:此字段可能返回 null,表示取不到有效值。String
getZoneName()
Get 可用区名称,如:广州一区 注意:此字段可能返回 null,表示取不到有效值。String
getZoneRegion()
Get 可用区所属地域,如:ap-guangzhou 注意:此字段可能返回 null,表示取不到有效值。void
setEdgeZone(Boolean EdgeZone)
Set 可用区是否是EdgeZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。void
setLocalZone(Boolean LocalZone)
Set 可用区是否是LocalZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。void
setZone(String Zone)
Set 可用区字符串形式的唯一ID,如:ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。void
setZoneId(Long ZoneId)
Set 可用区数值形式的唯一ID,如:100001 注意:此字段可能返回 null,表示取不到有效值。void
setZoneName(String ZoneName)
Set 可用区名称,如:广州一区 注意:此字段可能返回 null,表示取不到有效值。void
setZoneRegion(String ZoneRegion)
Set 可用区所属地域,如:ap-guangzhou 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
ZoneInfo
public ZoneInfo()
-
ZoneInfo
public ZoneInfo(ZoneInfo 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
-
getZoneId
public Long getZoneId()
Get 可用区数值形式的唯一ID,如:100001 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ZoneId 可用区数值形式的唯一ID,如:100001 注意:此字段可能返回 null,表示取不到有效值。
-
setZoneId
public void setZoneId(Long ZoneId)
Set 可用区数值形式的唯一ID,如:100001 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ZoneId
- 可用区数值形式的唯一ID,如:100001 注意:此字段可能返回 null,表示取不到有效值。
-
getZone
public String getZone()
Get 可用区字符串形式的唯一ID,如:ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Zone 可用区字符串形式的唯一ID,如:ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。
-
setZone
public void setZone(String Zone)
Set 可用区字符串形式的唯一ID,如:ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Zone
- 可用区字符串形式的唯一ID,如:ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。
-
getZoneName
public String getZoneName()
Get 可用区名称,如:广州一区 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ZoneName 可用区名称,如:广州一区 注意:此字段可能返回 null,表示取不到有效值。
-
setZoneName
public void setZoneName(String ZoneName)
Set 可用区名称,如:广州一区 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ZoneName
- 可用区名称,如:广州一区 注意:此字段可能返回 null,表示取不到有效值。
-
getZoneRegion
public String getZoneRegion()
Get 可用区所属地域,如:ap-guangzhou 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ZoneRegion 可用区所属地域,如:ap-guangzhou 注意:此字段可能返回 null,表示取不到有效值。
-
setZoneRegion
public void setZoneRegion(String ZoneRegion)
Set 可用区所属地域,如:ap-guangzhou 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ZoneRegion
- 可用区所属地域,如:ap-guangzhou 注意:此字段可能返回 null,表示取不到有效值。
-
getLocalZone
public Boolean getLocalZone()
Get 可用区是否是LocalZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LocalZone 可用区是否是LocalZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。
-
setLocalZone
public void setLocalZone(Boolean LocalZone)
Set 可用区是否是LocalZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LocalZone
- 可用区是否是LocalZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。
-
getEdgeZone
public Boolean getEdgeZone()
Get 可用区是否是EdgeZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EdgeZone 可用区是否是EdgeZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。
-
setEdgeZone
public void setEdgeZone(Boolean EdgeZone)
Set 可用区是否是EdgeZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EdgeZone
- 可用区是否是EdgeZone可用区,如:false 注意:此字段可能返回 null,表示取不到有效值。
-
-