public class SpecItemInfo extends AbstractModel
Constructor and Description |
---|
SpecItemInfo() |
SpecItemInfo(SpecItemInfo 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 |
getCpu()
Get Number of CPU cores
|
Long |
getIsSupportTDE()
Get Whether TDE data encryption is supported.
|
String |
getKernelVersion()
Get PostgreSQL kernel version number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getMajorVersion()
Get PostgreSQL major version number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
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 (Disused)
|
Long |
getQps()
Get Estimated QPS for this specification
|
String |
getSpecCode()
Get Specification ID
|
String |
getType()
Get Machine type
|
String |
getVersion()
Get PostgerSQL version number
|
String |
getVersionName()
Get Full version name corresponding to kernel number
|
void |
setCpu(Long Cpu)
Set Number of CPU cores
|
void |
setIsSupportTDE(Long IsSupportTDE)
Set Whether TDE data encryption is supported.
|
void |
setKernelVersion(String KernelVersion)
Set PostgreSQL kernel version number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setMajorVersion(String MajorVersion)
Set PostgreSQL major version number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
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 (Disused)
|
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 PostgerSQL 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 SpecItemInfo()
public SpecItemInfo(SpecItemInfo source)
public String getSpecCode()
public void setSpecCode(String SpecCode)
SpecCode
- Specification IDpublic String getVersion()
public void setVersion(String Version)
Version
- PostgerSQL 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
- (Disused)public String getType()
public void setType(String Type)
Type
- Machine typepublic String getMajorVersion()
public void setMajorVersion(String MajorVersion)
MajorVersion
- PostgreSQL major version number
Note: this field may return `null`, indicating that no valid values can be obtained.public String getKernelVersion()
public void setKernelVersion(String KernelVersion)
KernelVersion
- PostgreSQL kernel version number
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getIsSupportTDE()
public void setIsSupportTDE(Long IsSupportTDE)
IsSupportTDE
- Whether TDE data encryption is supported. Valid values: 0 (no), 1 (yes)
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.