public class ClassInfo extends AbstractModel
skipSign
Constructor and Description |
---|
ClassInfo() |
ClassInfo(ClassInfo 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 CPU核数
|
Long |
getMaxStorage()
Get 该规格所支持最大存储容量,单位:GB
|
Long |
getMemory()
Get 内存大小,单位:MB
|
Long |
getMinStorage()
Get 该规格所支持最小存储容量,单位:GB
|
Long |
getQPS()
Get 该规格的预估QPS
|
String |
getSpecCode()
Get 规格ID
|
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 |
setQPS(Long QPS)
Set 该规格的预估QPS
|
void |
setSpecCode(String SpecCode)
Set 规格ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClassInfo()
public ClassInfo(ClassInfo source)
public String getSpecCode()
public void setSpecCode(String SpecCode)
SpecCode
- 规格IDpublic 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
- 该规格的预估QPSCopyright © 2023. All rights reserved.