public class HostStatistic extends AbstractModel
Constructor and Description |
---|
HostStatistic() |
HostStatistic(HostStatistic 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 |
getCount()
Get 该规格宿主机的数量
|
Long |
getCpu()
Get 宿主机的CPU核数,单位:核
|
String |
getHostFamily()
Get 宿主机机型系列
|
String |
getHostType()
Get 宿主机规格
|
Long |
getMemory()
Get 宿主机内存大小,单位:GB
|
void |
setCount(Long Count)
Set 该规格宿主机的数量
|
void |
setCpu(Long Cpu)
Set 宿主机的CPU核数,单位:核
|
void |
setHostFamily(String HostFamily)
Set 宿主机机型系列
|
void |
setHostType(String HostType)
Set 宿主机规格
|
void |
setMemory(Long Memory)
Set 宿主机内存大小,单位: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 HostStatistic()
public HostStatistic(HostStatistic source)
public String getHostType()
public void setHostType(String HostType)
HostType
- 宿主机规格public String getHostFamily()
public void setHostFamily(String HostFamily)
HostFamily
- 宿主机机型系列public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- 宿主机的CPU核数,单位:核public Long getMemory()
public void setMemory(Long Memory)
Memory
- 宿主机内存大小,单位:GBpublic Long getCount()
public void setCount(Long Count)
Count
- 该规格宿主机的数量Copyright © 2022. All rights reserved.