public class SellConfig extends AbstractModel
Constructor and Description |
---|
SellConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getCdbType()
Get Instance type
|
Long |
getConnection()
Get Number of connections
|
Long |
getCpu()
Get CPU core count
|
String |
getDevice()
Get Device 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 value
|
Long |
getTag()
Get Tag value
|
String |
getType()
Get 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 Instance type
|
void |
setConnection(Long Connection)
Set Number of connections
|
void |
setCpu(Long Cpu)
Set CPU core count
|
void |
setDevice(String Device)
Set Device 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 value
|
void |
setTag(Long Tag)
Set Tag value
|
void |
setType(String Type)
Set 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, toJsonString
public String getDevice()
public void setDevice(String Device)
Device
- Device typepublic String getType()
public void setType(String Type)
Type
- Purchasable specification descriptionpublic String getCdbType()
public void setCdbType(String CdbType)
CdbType
- 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 valuepublic Long getTag()
public void setTag(Long Tag)
Tag
- Tag valueCopyright © 2020. All rights reserved.