public class CdbZoneDataResult extends AbstractModel
Constructor and Description |
---|
CdbZoneDataResult() |
CdbZoneDataResult(CdbZoneDataResult 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 |
---|---|
CdbSellConfig[] |
getConfigs()
Get List of purchasable specifications
|
CdbRegionSellConf[] |
getRegions()
Get List of AZs in purchasable regions
|
void |
setConfigs(CdbSellConfig[] Configs)
Set List of purchasable specifications
|
void |
setRegions(CdbRegionSellConf[] Regions)
Set List of AZs in purchasable regions
|
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 CdbZoneDataResult()
public CdbZoneDataResult(CdbZoneDataResult source)
public CdbSellConfig[] getConfigs()
public void setConfigs(CdbSellConfig[] Configs)
Configs
- List of purchasable specificationspublic CdbRegionSellConf[] getRegions()
public void setRegions(CdbRegionSellConf[] Regions)
Regions
- List of AZs in purchasable regionsCopyright © 2023. All rights reserved.