public class SpecItemInfo extends AbstractModel
Constructor and Description |
---|
SpecItemInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getCpu()
Get CPU核数
|
Long |
getMaxStorage()
Get 该规格所支持最大存储容量,单位:GB
|
Long |
getMemory()
Get 内存大小,单位:MB
|
Long |
getMinStorage()
Get 该规格所支持最小存储容量,单位:GB
|
Long |
getPid()
Get 该规格对应的计费ID
|
Long |
getQps()
Get 该规格的预估QPS
|
String |
getSpecCode()
Get 规格ID
|
String |
getType()
Get 机器类型
|
String |
getVersion()
Get PostgreSQL的内核版本编号
|
String |
getVersionName()
Get 内核编号对应的完整版本名称
|
void |
setCpu(Long Cpu)
Set CPU核数
|
void |
setMaxStorage(Long MaxStorage)
Set 该规格所支持最大存储容量,单位:GB
|
void |
setMemory(Long Memory)
Set 内存大小,单位:MB
|
void |
setMinStorage(Long MinStorage)
Set 该规格所支持最小存储容量,单位:GB
|
void |
setPid(Long Pid)
Set 该规格对应的计费ID
|
void |
setQps(Long Qps)
Set 该规格的预估QPS
|
void |
setSpecCode(String SpecCode)
Set 规格ID
|
void |
setType(String Type)
Set 机器类型
|
void |
setVersion(String Version)
Set PostgreSQL的内核版本编号
|
void |
setVersionName(String VersionName)
Set 内核编号对应的完整版本名称
|
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 getSpecCode()
public void setSpecCode(String SpecCode)
SpecCode
- 规格IDpublic String getVersion()
public void setVersion(String Version)
Version
- PostgreSQL的内核版本编号public String getVersionName()
public void setVersionName(String VersionName)
VersionName
- 内核编号对应的完整版本名称public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- CPU核数public Long getMemory()
public void setMemory(Long Memory)
Memory
- 内存大小,单位:MBpublic Long getMaxStorage()
public void setMaxStorage(Long MaxStorage)
MaxStorage
- 该规格所支持最大存储容量,单位:GBpublic Long getMinStorage()
public void setMinStorage(Long MinStorage)
MinStorage
- 该规格所支持最小存储容量,单位:GBpublic Long getQps()
public void setQps(Long Qps)
Qps
- 该规格的预估QPSpublic Long getPid()
public void setPid(Long Pid)
Pid
- 该规格对应的计费IDpublic String getType()
public void setType(String Type)
Type
- 机器类型Copyright © 2020. All rights reserved.