public class ZoneInfo extends AbstractModel
header, skipSign| 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 Availability zone name, for example, ap-guangzhou-3. | 
| String | getZoneId()Get Availability zone ID. | 
| String | getZoneName()Get Availability zone description, such as Guangzhou Zone 3. | 
| String | getZoneState()Get Availability zone status. | 
| void | setZone(String Zone)Set Availability zone name, for example, ap-guangzhou-3. | 
| void | setZoneId(String ZoneId)Set Availability zone ID. | 
| void | setZoneName(String ZoneName)Set Availability zone description, such as Guangzhou Zone 3. | 
| void | setZoneState(String ZoneState)Set Availability zone status. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ZoneInfo()
public ZoneInfo(ZoneInfo source)
public String getZone()
public void setZone(String Zone)
Zone - Availability zone name, for example, ap-guangzhou-3.
The names of availability zones across the network are as follows:
public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - Availability zone description, such as Guangzhou Zone 3.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Availability zone ID.public String getZoneState()
public void setZoneState(String ZoneState)
ZoneState - Availability zone status. Valid values: `AVAILABLE`: available; `UNAVAILABLE`: unavailable.Copyright © 2025. All rights reserved.