public class SpecItemInfo extends AbstractModel
Constructor and Description |
---|
SpecItemInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getCpu()
Get Number of CPU cores
|
Long |
getMaxStorage()
Get Maximum storage capacity in GB supported by this specification
|
Long |
getMemory()
Get Memory size in MB
|
Long |
getMinStorage()
Get Minimum storage capacity in GB supported by this specification
|
Long |
getPid()
Get Billing ID for this specification
|
Long |
getQps()
Get Estimated QPS for this specification
|
String |
getSpecCode()
Get Specification ID
|
String |
getType()
Get Machine type
|
String |
getVersion()
Get PostgreSQL kernel version number
|
String |
getVersionName()
Get Full version name corresponding to kernel number
|
void |
setCpu(Long Cpu)
Set Number of CPU cores
|
void |
setMaxStorage(Long MaxStorage)
Set Maximum storage capacity in GB supported by this specification
|
void |
setMemory(Long Memory)
Set Memory size in MB
|
void |
setMinStorage(Long MinStorage)
Set Minimum storage capacity in GB supported by this specification
|
void |
setPid(Long Pid)
Set Billing ID for this specification
|
void |
setQps(Long Qps)
Set Estimated QPS for this specification
|
void |
setSpecCode(String SpecCode)
Set Specification ID
|
void |
setType(String Type)
Set Machine type
|
void |
setVersion(String Version)
Set PostgreSQL kernel version number
|
void |
setVersionName(String VersionName)
Set Full version name corresponding to kernel number
|
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
- Specification IDpublic String getVersion()
public void setVersion(String Version)
Version
- PostgreSQL kernel version numberpublic String getVersionName()
public void setVersionName(String VersionName)
VersionName
- Full version name corresponding to kernel numberpublic Long getCpu()
public void setCpu(Long Cpu)
Cpu
- Number of CPU corespublic Long getMemory()
public void setMemory(Long Memory)
Memory
- Memory size in MBpublic Long getMaxStorage()
public void setMaxStorage(Long MaxStorage)
MaxStorage
- Maximum storage capacity in GB supported by this specificationpublic Long getMinStorage()
public void setMinStorage(Long MinStorage)
MinStorage
- Minimum storage capacity in GB supported by this specificationpublic Long getQps()
public void setQps(Long Qps)
Qps
- Estimated QPS for this specificationpublic Long getPid()
public void setPid(Long Pid)
Pid
- Billing ID for this specificationpublic String getType()
public void setType(String Type)
Type
- Machine typeCopyright © 2020. All rights reserved.