public class ZoneCapacityConf extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ZoneCapacityConf()  | 
ZoneCapacityConf(ZoneCapacityConf 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 | 
getIsDefault()
Get Whether the default AZ is used. 
 | 
Boolean | 
getIsSaleout()
Get Whether the AZ is sold out. 
 | 
String[] | 
getNetWorkType()
Get Network type. 
 | 
Long | 
getOldZoneId()
Get AZ ID, such as 100003 
 | 
ProductConf[] | 
getProductSet()
Get Information of an AZ, such as product specifications in it 
 | 
String | 
getZoneId()
Get AZ ID, such as ap-guangzhou-3 
 | 
String | 
getZoneName()
Get Availability zone name. 
 | 
void | 
setIsDefault(Boolean IsDefault)
Set Whether the default AZ is used. 
 | 
void | 
setIsSaleout(Boolean IsSaleout)
Set Whether the AZ is sold out. 
 | 
void | 
setNetWorkType(String[] NetWorkType)
Set Network type. 
 | 
void | 
setOldZoneId(Long OldZoneId)
Set AZ ID, such as 100003 
 | 
void | 
setProductSet(ProductConf[] ProductSet)
Set Information of an AZ, such as product specifications in it 
 | 
void | 
setZoneId(String ZoneId)
Set AZ ID, such as ap-guangzhou-3 
 | 
void | 
setZoneName(String ZoneName)
Set Availability zone name. 
 | 
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 ZoneCapacityConf()
public ZoneCapacityConf(ZoneCapacityConf source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - AZ ID, such as ap-guangzhou-3public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - Availability zone name.public Boolean getIsSaleout()
public void setIsSaleout(Boolean IsSaleout)
IsSaleout - Whether the AZ is sold out.public Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault - Whether the default AZ is used.public String[] getNetWorkType()
public void setNetWorkType(String[] NetWorkType)
NetWorkType - Network type.
- basenet: basic network.
- vpcnet: VPC.public ProductConf[] getProductSet()
public void setProductSet(ProductConf[] ProductSet)
ProductSet - Information of an AZ, such as product specifications in itpublic Long getOldZoneId()
public void setOldZoneId(Long OldZoneId)
OldZoneId - AZ ID, such as 100003Copyright © 2025. All rights reserved.