public class ZoneCapacityConf extends AbstractModel
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 it is a default AZ
|
Boolean |
getIsSaleout()
Get Whether a product is sold out in an AZ
|
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 AZ name
|
void |
setIsDefault(Boolean IsDefault)
Set Whether it is a default AZ
|
void |
setIsSaleout(Boolean IsSaleout)
Set Whether a product is sold out in an AZ
|
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 AZ name
|
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, toJsonString
public 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
- AZ namepublic Boolean getIsSaleout()
public void setIsSaleout(Boolean IsSaleout)
IsSaleout
- Whether a product is sold out in an AZpublic Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault
- Whether it is a default AZpublic String[] getNetWorkType()
public void setNetWorkType(String[] NetWorkType)
NetWorkType
- Network type. basenet: basic network; vpcnet: VPCpublic 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 © 2023. All rights reserved.