public class OutterResource extends AbstractModel
构造器和说明 |
---|
OutterResource() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getCpu()
Get CPU个数
注意:此字段可能返回 null,表示取不到有效值。
|
Integer |
getDiskSize()
Get 硬盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDiskType()
Get 盘类型
注意:此字段可能返回 null,表示取不到有效值。
|
Integer |
getMemSize()
Get 内存大小
注意:此字段可能返回 null,表示取不到有效值。
|
Integer |
getRootSize()
Get 系统盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpec()
Get 规格
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpecName()
Get 规格名
注意:此字段可能返回 null,表示取不到有效值。
|
Integer |
getStorageType()
Get 硬盘类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCpu(Integer Cpu)
Set CPU个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiskSize(Integer DiskSize)
Set 硬盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiskType(String DiskType)
Set 盘类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMemSize(Integer MemSize)
Set 内存大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRootSize(Integer RootSize)
Set 系统盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpec(String Spec)
Set 规格
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpecName(String SpecName)
Set 规格名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStorageType(Integer StorageType)
Set 硬盘类型
注意:此字段可能返回 null,表示取不到有效值。
|
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 String getSpec()
public void setSpec(String Spec)
Spec
- 规格
注意:此字段可能返回 null,表示取不到有效值。public String getSpecName()
public void setSpecName(String SpecName)
SpecName
- 规格名
注意:此字段可能返回 null,表示取不到有效值。public Integer getStorageType()
public void setStorageType(Integer StorageType)
StorageType
- 硬盘类型
注意:此字段可能返回 null,表示取不到有效值。public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 盘类型
注意:此字段可能返回 null,表示取不到有效值。public Integer getRootSize()
public void setRootSize(Integer RootSize)
RootSize
- 系统盘大小
注意:此字段可能返回 null,表示取不到有效值。public Integer getMemSize()
public void setMemSize(Integer MemSize)
MemSize
- 内存大小
注意:此字段可能返回 null,表示取不到有效值。public Integer getCpu()
public void setCpu(Integer Cpu)
Cpu
- CPU个数
注意:此字段可能返回 null,表示取不到有效值。public Integer getDiskSize()
public void setDiskSize(Integer DiskSize)
DiskSize
- 硬盘大小
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2019. All rights reserved.