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 | 
|---|---|
| Boolean | getLocalZone()Get Whether the AZ is the `LocalZone`, e.g., false. | 
| String | getZone()Get Unique AZ ID in a string form, such as ap-guangzhou-1
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getZoneId()Get Unique AZ ID in a numeric form, such as 100001
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getZoneName()Get AZ name, such as Guangzhou Zone 1
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getZoneRegion()Get AZ region, e.g., ap-guangzhou. | 
| void | setLocalZone(Boolean LocalZone)Set Whether the AZ is the `LocalZone`, e.g., false. | 
| void | setZone(String Zone)Set Unique AZ ID in a string form, such as ap-guangzhou-1
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setZoneId(Long ZoneId)Set Unique AZ ID in a numeric form, such as 100001
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setZoneName(String ZoneName)Set AZ name, such as Guangzhou Zone 1
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setZoneRegion(String ZoneRegion)Set AZ region, e.g., ap-guangzhou. | 
| 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, toJsonStringpublic ZoneInfo()
public ZoneInfo(ZoneInfo source)
public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId - Unique AZ ID in a numeric form, such as 100001
Note: This field may return null, indicating that no valid values can be obtained.public String getZone()
public void setZone(String Zone)
Zone - Unique AZ ID in a string form, such as ap-guangzhou-1
Note: This field may return null, indicating that no valid values can be obtained.public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - AZ name, such as Guangzhou Zone 1
Note: This field may return null, indicating that no valid values can be obtained.public String getZoneRegion()
public void setZoneRegion(String ZoneRegion)
ZoneRegion - AZ region, e.g., ap-guangzhou.
Note: This field may return `null`, indicating that no valid values can be obtained.public Boolean getLocalZone()
public void setLocalZone(Boolean LocalZone)
LocalZone - Whether the AZ is the `LocalZone`, e.g., false.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.