public class NodesSummary extends AbstractModel
header, skipSign
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 |
---|---|
AttachCBSSpec |
getAttachCBSSpec()
Get 挂载云盘信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCore()
Get cpu核数,单位个
|
Long |
getDisk()
Get 磁盘大小,单位G
|
Long |
getDiskCount()
Get 磁盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDiskDesc()
Get 磁盘描述
|
String |
getDiskType()
Get 磁盘类型
|
Long |
getEncrypt()
Get 是否加密
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxDiskSize()
Get 最大磁盘
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMemory()
Get 内存大小,单位G
|
Long |
getNodeSize()
Get 节点数目
|
String |
getSpec()
Get 机型,如 S1
|
Long |
getSpecCore()
Get 规格核数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSpecMemory()
Get 规格内存
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSubProductType()
Get 子产品名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachCBSSpec(AttachCBSSpec AttachCBSSpec)
Set 挂载云盘信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCore(Long Core)
Set cpu核数,单位个
|
void |
setDisk(Long Disk)
Set 磁盘大小,单位G
|
void |
setDiskCount(Long DiskCount)
Set 磁盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiskDesc(String DiskDesc)
Set 磁盘描述
|
void |
setDiskType(String DiskType)
Set 磁盘类型
|
void |
setEncrypt(Long Encrypt)
Set 是否加密
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxDiskSize(Long MaxDiskSize)
Set 最大磁盘
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMemory(Long Memory)
Set 内存大小,单位G
|
void |
setNodeSize(Long NodeSize)
Set 节点数目
|
void |
setSpec(String Spec)
Set 机型,如 S1
|
void |
setSpecCore(Long SpecCore)
Set 规格核数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpecMemory(Long SpecMemory)
Set 规格内存
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubProductType(String SubProductType)
Set 子产品名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- 磁盘描述public AttachCBSSpec getAttachCBSSpec()
public void setAttachCBSSpec(AttachCBSSpec AttachCBSSpec)
AttachCBSSpec
- 挂载云盘信息
注意:此字段可能返回 null,表示取不到有效值。public String getSubProductType()
public void setSubProductType(String SubProductType)
SubProductType
- 子产品名称
注意:此字段可能返回 null,表示取不到有效值。public Long getSpecCore()
public void setSpecCore(Long SpecCore)
SpecCore
- 规格核数
注意:此字段可能返回 null,表示取不到有效值。public Long getSpecMemory()
public void setSpecMemory(Long SpecMemory)
SpecMemory
- 规格内存
注意:此字段可能返回 null,表示取不到有效值。public Long getDiskCount()
public void setDiskCount(Long DiskCount)
DiskCount
- 磁盘大小
注意:此字段可能返回 null,表示取不到有效值。public Long getEncrypt()
public void setEncrypt(Long Encrypt)
Encrypt
- 是否加密
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxDiskSize()
public void setMaxDiskSize(Long MaxDiskSize)
MaxDiskSize
- 最大磁盘
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.