Class ZoneInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.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 String[]
getStandbyZoneSet()
Get 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。String
getZone()
Get 该可用区的英文名称Long
getZoneId()
Get 该可用区对应的数字编号String
getZoneName()
Get 该可用区的中文名称String
getZoneState()
Get 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。Long
getZoneSupportIpv6()
Get 该可用区是否支持Ipv6void
setStandbyZoneSet(String[] StandbyZoneSet)
Set 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。void
setZone(String Zone)
Set 该可用区的英文名称void
setZoneId(Long ZoneId)
Set 该可用区对应的数字编号void
setZoneName(String ZoneName)
Set 该可用区的中文名称void
setZoneState(String ZoneState)
Set 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。void
setZoneSupportIpv6(Long ZoneSupportIpv6)
Set 该可用区是否支持Ipv6void
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
-
getZone
public String getZone()
Get 该可用区的英文名称- Returns:
- Zone 该可用区的英文名称
-
setZone
public void setZone(String Zone)
Set 该可用区的英文名称- Parameters:
Zone
- 该可用区的英文名称
-
getZoneName
public String getZoneName()
Get 该可用区的中文名称- Returns:
- ZoneName 该可用区的中文名称
-
setZoneName
public void setZoneName(String ZoneName)
Set 该可用区的中文名称- Parameters:
ZoneName
- 该可用区的中文名称
-
getZoneId
public Long getZoneId()
Get 该可用区对应的数字编号- Returns:
- ZoneId 该可用区对应的数字编号
-
setZoneId
public void setZoneId(Long ZoneId)
Set 该可用区对应的数字编号- Parameters:
ZoneId
- 该可用区对应的数字编号
-
getZoneState
public String getZoneState()
Get 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。- Returns:
- ZoneState 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。
-
setZoneState
public void setZoneState(String ZoneState)
Set 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。- Parameters:
ZoneState
- 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。
-
getZoneSupportIpv6
public Long getZoneSupportIpv6()
Get 该可用区是否支持Ipv6- Returns:
- ZoneSupportIpv6 该可用区是否支持Ipv6
-
setZoneSupportIpv6
public void setZoneSupportIpv6(Long ZoneSupportIpv6)
Set 该可用区是否支持Ipv6- Parameters:
ZoneSupportIpv6
- 该可用区是否支持Ipv6
-
getStandbyZoneSet
public String[] getStandbyZoneSet()
Get 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StandbyZoneSet 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。
-
setStandbyZoneSet
public void setStandbyZoneSet(String[] StandbyZoneSet)
Set 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StandbyZoneSet
- 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。
-
-