public class SellConfig extends AbstractModel
| Constructor and Description | 
|---|
| SellConfig() | 
| SellConfig(SellConfig 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 | 
|---|---|
| String | getCdbType()Get (Disused) Instance type | 
| Long | getConnection()Get Number of connections | 
| Long | getCpu()Get CPU core count | 
| String | getDevice()Get (Disused) Device type | 
| String | getDeviceType()Get Instance resource isolation type. | 
| String | getDeviceTypeName()Get Instance resource isolation type. | 
| String | getEngineType()Get Engine type. | 
| String | getInfo()Get Application scenario description | 
| Long | getIops()Get IOs per second | 
| Long | getMemory()Get Memory size in MB | 
| Long | getQps()Get Queries per second | 
| Long | getStatus()Get Status. | 
| Long | getTag()Get (Disused) Tag value | 
| String | getType()Get (Disused) Purchasable specification description | 
| Long | getVolumeMax()Get Maximum disk size in GB | 
| Long | getVolumeMin()Get Minimum disk size in GB | 
| Long | getVolumeStep()Get Disk increment in GB | 
| void | setCdbType(String CdbType)Set (Disused) Instance type | 
| void | setConnection(Long Connection)Set Number of connections | 
| void | setCpu(Long Cpu)Set CPU core count | 
| void | setDevice(String Device)Set (Disused) Device type | 
| void | setDeviceType(String DeviceType)Set Instance resource isolation type. | 
| void | setDeviceTypeName(String DeviceTypeName)Set Instance resource isolation type. | 
| void | setEngineType(String EngineType)Set Engine type. | 
| void | setInfo(String Info)Set Application scenario description | 
| void | setIops(Long Iops)Set IOs per second | 
| void | setMemory(Long Memory)Set Memory size in MB | 
| void | setQps(Long Qps)Set Queries per second | 
| void | setStatus(Long Status)Set Status. | 
| void | setTag(Long Tag)Set (Disused) Tag value | 
| void | setType(String Type)Set (Disused) Purchasable specification description | 
| void | setVolumeMax(Long VolumeMax)Set Maximum disk size in GB | 
| void | setVolumeMin(Long VolumeMin)Set Minimum disk size in GB | 
| void | setVolumeStep(Long VolumeStep)Set Disk increment in GB | 
| 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, toJsonStringpublic SellConfig()
public SellConfig(SellConfig source)
public String getDevice()
public void setDevice(String Device)
Device - (Disused) Device typepublic String getType()
public void setType(String Type)
Type - (Disused) Purchasable specification descriptionpublic String getCdbType()
public void setCdbType(String CdbType)
CdbType - (Disused) Instance typepublic Long getMemory()
public void setMemory(Long Memory)
Memory - Memory size in MBpublic Long getCpu()
public void setCpu(Long Cpu)
Cpu - CPU core countpublic Long getVolumeMin()
public void setVolumeMin(Long VolumeMin)
VolumeMin - Minimum disk size in GBpublic Long getVolumeMax()
public void setVolumeMax(Long VolumeMax)
VolumeMax - Maximum disk size in GBpublic Long getVolumeStep()
public void setVolumeStep(Long VolumeStep)
VolumeStep - Disk increment in GBpublic Long getConnection()
public void setConnection(Long Connection)
Connection - Number of connectionspublic Long getQps()
public void setQps(Long Qps)
Qps - Queries per secondpublic Long getIops()
public void setIops(Long Iops)
Iops - IOs per secondpublic String getInfo()
public void setInfo(String Info)
Info - Application scenario descriptionpublic Long getStatus()
public void setStatus(Long Status)
Status - Status. Value `0` indicates that this specification is purchasable.public Long getTag()
public void setTag(Long Tag)
Tag - (Disused) Tag valuepublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - Instance resource isolation type. Valid values: `UNIVERSAL` (general instance), `EXCLUSIVE` (dedicated instance), `BASIC` (basic instance).
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getDeviceTypeName()
public void setDeviceTypeName(String DeviceTypeName)
DeviceTypeName - Instance resource isolation type. Valid values: `UNIVERSAL` (general instance), `EXCLUSIVE` (dedicated instance), `BASIC` (basic instance).
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getEngineType()
public void setEngineType(String EngineType)
EngineType - Engine type. Valid values: `Innodb`,`RocksDB`.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2022. All rights reserved.