public class ZoneInfo extends AbstractModel
Constructor and Description |
---|
ZoneInfo() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getZone()
Get 该可用区的英文名称
|
Long |
getZoneId()
Get 该可用区对应的数字编号
|
String |
getZoneName()
Get 该可用区的中文名称
|
String |
getZoneState()
Get 可用状态,UNAVAILABLE表示不可用,AVAILABLE表示可用
|
Long |
getZoneSupportIpv6()
Get 该可用区是否支持Ipv6
|
void |
setZone(String Zone)
Set 该可用区的英文名称
|
void |
setZoneId(Long ZoneId)
Set 该可用区对应的数字编号
|
void |
setZoneName(String ZoneName)
Set 该可用区的中文名称
|
void |
setZoneState(String ZoneState)
Set 可用状态,UNAVAILABLE表示不可用,AVAILABLE表示可用
|
void |
setZoneSupportIpv6(Long ZoneSupportIpv6)
Set 该可用区是否支持Ipv6
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ZoneInfo()
public ZoneInfo(ZoneInfo source)
public String getZone()
public void setZone(String Zone)
Zone
- 该可用区的英文名称public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- 该可用区的中文名称public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 该可用区对应的数字编号public String getZoneState()
public void setZoneState(String ZoneState)
ZoneState
- 可用状态,UNAVAILABLE表示不可用,AVAILABLE表示可用public Long getZoneSupportIpv6()
public void setZoneSupportIpv6(Long ZoneSupportIpv6)
ZoneSupportIpv6
- 该可用区是否支持Ipv6Copyright © 2021. All rights reserved.