public class OutterResource extends AbstractModel
Constructor and Description |
---|
OutterResource() |
OutterResource(OutterResource 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个数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDiskSize()
Get 硬盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDiskType()
Get 硬盘类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInstanceType()
Get 规格
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMemSize()
Get 内存大小
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRootSize()
Get 系统盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpec()
Get 规格
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpecName()
Get 规格名
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStorageType()
Get 硬盘类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCpu(Long Cpu)
Set CPU个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiskSize(Long DiskSize)
Set 硬盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiskType(String DiskType)
Set 硬盘类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstanceType(String InstanceType)
Set 规格
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMemSize(Long MemSize)
Set 内存大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRootSize(Long RootSize)
Set 系统盘大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpec(String Spec)
Set 规格
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpecName(String SpecName)
Set 规格名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStorageType(Long 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 OutterResource()
public OutterResource(OutterResource source)
public String getSpec()
public void setSpec(String Spec)
Spec
- 规格
注意:此字段可能返回 null,表示取不到有效值。public String getSpecName()
public void setSpecName(String SpecName)
SpecName
- 规格名
注意:此字段可能返回 null,表示取不到有效值。public Long getStorageType()
public void setStorageType(Long StorageType)
StorageType
- 硬盘类型
注意:此字段可能返回 null,表示取不到有效值。public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 硬盘类型
注意:此字段可能返回 null,表示取不到有效值。public Long getRootSize()
public void setRootSize(Long RootSize)
RootSize
- 系统盘大小
注意:此字段可能返回 null,表示取不到有效值。public Long getMemSize()
public void setMemSize(Long MemSize)
MemSize
- 内存大小
注意:此字段可能返回 null,表示取不到有效值。public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- CPU个数
注意:此字段可能返回 null,表示取不到有效值。public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- 硬盘大小
注意:此字段可能返回 null,表示取不到有效值。public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- 规格
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.