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 | 
|---|---|
| Long | getContainerEnabled()Get 0表示未开通容器化,1表示已开通容器化 | 
| String | getDesc()Get 可用区描述信息,例如“广州一区” | 
| Long | getEncrypt()Get Encrypted | 
| Boolean | getMain()Get 是否为主力园区 | 
| String | getName()Get 可用区名称,例如"ap-guangzhou-1" | 
| Long | getZoneId()Get 可用区唯一标记 | 
| void | setContainerEnabled(Long ContainerEnabled)Set 0表示未开通容器化,1表示已开通容器化 | 
| void | setDesc(String Desc)Set 可用区描述信息,例如“广州一区” | 
| void | setEncrypt(Long Encrypt)Set Encrypted | 
| void | setMain(Boolean Main)Set 是否为主力园区 | 
| void | setName(String Name)Set 可用区名称,例如"ap-guangzhou-1" | 
| void | setZoneId(Long ZoneId)Set 可用区唯一标记 | 
| 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 - 可用区名称,例如"ap-guangzhou-1"public String getDesc()
public void setDesc(String Desc)
Desc - 可用区描述信息,例如“广州一区”public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId - 可用区唯一标记public Long getEncrypt()
public void setEncrypt(Long Encrypt)
Encrypt - Encryptedpublic Boolean getMain()
public void setMain(Boolean Main)
Main - 是否为主力园区public Long getContainerEnabled()
public void setContainerEnabled(Long ContainerEnabled)
ContainerEnabled - 0表示未开通容器化,1表示已开通容器化Copyright © 2025. All rights reserved.