public class CdbSellType extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CdbSellType() |
CdbSellType(CdbSellType 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[] |
getConfigIds()
Get 售卖规格Id
|
String[] |
getEngineVersion()
Get 引擎版本号
|
String |
getTypeName()
Get 售卖实例名称。Z3是高可用类型对应规格中的DeviceType包含UNIVERSAL,EXCLUSIVE;CVM是基础版类型对应规格中的DeviceType是BASIC;TKE是基础型v2类型对应规格中的DeviceType是BASIC_V2。
|
void |
setConfigIds(Long[] ConfigIds)
Set 售卖规格Id
|
void |
setEngineVersion(String[] EngineVersion)
Set 引擎版本号
|
void |
setTypeName(String TypeName)
Set 售卖实例名称。Z3是高可用类型对应规格中的DeviceType包含UNIVERSAL,EXCLUSIVE;CVM是基础版类型对应规格中的DeviceType是BASIC;TKE是基础型v2类型对应规格中的DeviceType是BASIC_V2。
|
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 CdbSellType()
public CdbSellType(CdbSellType source)
public String getTypeName()
public void setTypeName(String TypeName)
TypeName - 售卖实例名称。Z3是高可用类型对应规格中的DeviceType包含UNIVERSAL,EXCLUSIVE;CVM是基础版类型对应规格中的DeviceType是BASIC;TKE是基础型v2类型对应规格中的DeviceType是BASIC_V2。public String[] getEngineVersion()
public void setEngineVersion(String[] EngineVersion)
EngineVersion - 引擎版本号public Long[] getConfigIds()
public void setConfigIds(Long[] ConfigIds)
ConfigIds - 售卖规格IdCopyright © 2024. All rights reserved.