public class InquiryDiskParam extends AbstractModel
Constructor and Description |
---|
InquiryDiskParam() |
InquiryDiskParam(InquiryDiskParam 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 |
getDiskSize()
Get 购买硬盘大小: 单位GB
|
String |
getDiskType()
Get 购买硬盘类型: SSD(SSD), CLOUD_SSD(SSD云硬盘), CLOUD_PREMIUM(高性能云硬盘), CLOUD_BASIC(云盘)
|
void |
setDiskSize(Long DiskSize)
Set 购买硬盘大小: 单位GB
|
void |
setDiskType(String DiskType)
Set 购买硬盘类型: SSD(SSD), CLOUD_SSD(SSD云硬盘), CLOUD_PREMIUM(高性能云硬盘), CLOUD_BASIC(云盘)
|
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 InquiryDiskParam()
public InquiryDiskParam(InquiryDiskParam source)
public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 购买硬盘类型: SSD(SSD), CLOUD_SSD(SSD云硬盘), CLOUD_PREMIUM(高性能云硬盘), CLOUD_BASIC(云盘)public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- 购买硬盘大小: 单位GBCopyright © 2023. All rights reserved.