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 Size of the purchased disk in GB | 
| String | getDiskType()Get Disk type. | 
| void | setDiskSize(Long DiskSize)Set Size of the purchased disk in GB | 
| void | setDiskType(String DiskType)Set Disk type. | 
| 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, toJsonStringpublic InquiryDiskParam()
public InquiryDiskParam(InquiryDiskParam source)
public String getDiskType()
public void setDiskType(String DiskType)
DiskType - Disk type. Valid values: `SSD` (SSD), `CLOUD_SSD` (SSD cloud disk), `CLOUD_PREMIUM` (Premium cloud disk), `CLOUD_BASIC` (Cloud disk).public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize - Size of the purchased disk in GBCopyright © 2023. All rights reserved.