Class ZoneCapacityConf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.keewidb.v20220308.models.ZoneCapacityConf
-
public class ZoneCapacityConf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getIsDefault()
Get 是否为默认可用区Boolean
getIsSaleout()
Get 可用区是否售罄String[]
getNetWorkType()
Get 网络类型:basenet -- 基础网络;vpcnet -- VPC网络Long
getOldZoneId()
Get Int类型可用区IDProductConf[]
getProductSet()
Get 产品规格等信息String
getZoneId()
Get 可用区IDString
getZoneName()
Get 可用区名称void
setIsDefault(Boolean IsDefault)
Set 是否为默认可用区void
setIsSaleout(Boolean IsSaleout)
Set 可用区是否售罄void
setNetWorkType(String[] NetWorkType)
Set 网络类型:basenet -- 基础网络;vpcnet -- VPC网络void
setOldZoneId(Long OldZoneId)
Set Int类型可用区IDvoid
setProductSet(ProductConf[] ProductSet)
Set 产品规格等信息void
setZoneId(String ZoneId)
Set 可用区IDvoid
setZoneName(String ZoneName)
Set 可用区名称void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ZoneCapacityConf
public ZoneCapacityConf()
-
ZoneCapacityConf
public 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.
-
-
Method Detail
-
getZoneId
public String getZoneId()
Get 可用区ID- Returns:
- ZoneId 可用区ID
-
setZoneId
public void setZoneId(String ZoneId)
Set 可用区ID- Parameters:
ZoneId
- 可用区ID
-
getZoneName
public String getZoneName()
Get 可用区名称- Returns:
- ZoneName 可用区名称
-
setZoneName
public void setZoneName(String ZoneName)
Set 可用区名称- Parameters:
ZoneName
- 可用区名称
-
getIsSaleout
public Boolean getIsSaleout()
Get 可用区是否售罄- Returns:
- IsSaleout 可用区是否售罄
-
setIsSaleout
public void setIsSaleout(Boolean IsSaleout)
Set 可用区是否售罄- Parameters:
IsSaleout
- 可用区是否售罄
-
getIsDefault
public Boolean getIsDefault()
Get 是否为默认可用区- Returns:
- IsDefault 是否为默认可用区
-
setIsDefault
public void setIsDefault(Boolean IsDefault)
Set 是否为默认可用区- Parameters:
IsDefault
- 是否为默认可用区
-
getNetWorkType
public String[] getNetWorkType()
Get 网络类型:basenet -- 基础网络;vpcnet -- VPC网络- Returns:
- NetWorkType 网络类型:basenet -- 基础网络;vpcnet -- VPC网络
-
setNetWorkType
public void setNetWorkType(String[] NetWorkType)
Set 网络类型:basenet -- 基础网络;vpcnet -- VPC网络- Parameters:
NetWorkType
- 网络类型:basenet -- 基础网络;vpcnet -- VPC网络
-
getProductSet
public ProductConf[] getProductSet()
Get 产品规格等信息- Returns:
- ProductSet 产品规格等信息
-
setProductSet
public void setProductSet(ProductConf[] ProductSet)
Set 产品规格等信息- Parameters:
ProductSet
- 产品规格等信息
-
getOldZoneId
public Long getOldZoneId()
Get Int类型可用区ID- Returns:
- OldZoneId Int类型可用区ID
-
setOldZoneId
public void setOldZoneId(Long OldZoneId)
Set Int类型可用区ID- Parameters:
OldZoneId
- Int类型可用区ID
-
-