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 | 
getDesc()
Get Availability zone description, such as Guangzhou region 1 
 | 
Long | 
getEncrypt()
Get Encryptid
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getName()
Get Availability zone name, such as ap-guangzhou-1 
 | 
Long | 
getZoneId()
Get Unique tag of the availability zone 
 | 
void | 
setDesc(String Desc)
Set Availability zone description, such as Guangzhou region 1 
 | 
void | 
setEncrypt(Long Encrypt)
Set Encryptid
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setName(String Name)
Set Availability zone name, such as ap-guangzhou-1 
 | 
void | 
setZoneId(Long ZoneId)
Set Unique tag of the availability zone 
 | 
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 getName()
public void setName(String Name)
Name - Availability zone name, such as ap-guangzhou-1public String getDesc()
public void setDesc(String Desc)
Desc - Availability zone description, such as Guangzhou region 1public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId - Unique tag of the availability zonepublic Long getEncrypt()
public void setEncrypt(Long Encrypt)
Encrypt - Encryptid
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.