public class NodesSummary extends AbstractModel
Constructor and Description |
---|
NodesSummary() |
NodesSummary(NodesSummary 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 |
getCore()
Get cpu核数,单位个
|
Long |
getDisk()
Get 磁盘大小,单位G
|
String |
getDiskDesc()
Get 磁盘描述
|
String |
getDiskType()
Get 磁盘类型
|
Long |
getMemory()
Get 内存大小,单位G
|
Long |
getNodeSize()
Get 节点数目
|
String |
getSpec()
Get 机型,如 S1
|
void |
setCore(Long Core)
Set cpu核数,单位个
|
void |
setDisk(Long Disk)
Set 磁盘大小,单位G
|
void |
setDiskDesc(String DiskDesc)
Set 磁盘描述
|
void |
setDiskType(String DiskType)
Set 磁盘类型
|
void |
setMemory(Long Memory)
Set 内存大小,单位G
|
void |
setNodeSize(Long NodeSize)
Set 节点数目
|
void |
setSpec(String Spec)
Set 机型,如 S1
|
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 NodesSummary()
public NodesSummary(NodesSummary source)
public String getSpec()
public void setSpec(String Spec)
Spec
- 机型,如 S1public Long getNodeSize()
public void setNodeSize(Long NodeSize)
NodeSize
- 节点数目public Long getCore()
public void setCore(Long Core)
Core
- cpu核数,单位个public Long getMemory()
public void setMemory(Long Memory)
Memory
- 内存大小,单位Gpublic Long getDisk()
public void setDisk(Long Disk)
Disk
- 磁盘大小,单位Gpublic String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 磁盘类型public String getDiskDesc()
public void setDiskDesc(String DiskDesc)
DiskDesc
- 磁盘描述Copyright © 2022. All rights reserved.