public class InquiryPriceResizeDiskRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceResizeDiskRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDiskId()
Get ID of the cloud disk, which can be queried via the API [DescribeDisks](/document/product/362/16315).
|
Long |
getDiskSize()
Get Cloud disk size after scale out (in GB).
|
Long |
getProjectId()
Get ID of project the cloud disk belongs to.
|
void |
setDiskId(String DiskId)
Set ID of the cloud disk, which can be queried via the API [DescribeDisks](/document/product/362/16315).
|
void |
setDiskSize(Long DiskSize)
Set Cloud disk size after scale out (in GB).
|
void |
setProjectId(Long ProjectId)
Set ID of project the cloud disk belongs to.
|
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 getDiskId()
public void setDiskId(String DiskId)
DiskId
- ID of the cloud disk, which can be queried via the API [DescribeDisks](/document/product/362/16315).public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Cloud disk size after scale out (in GB). This cannot be smaller than the current size of the cloud disk. For the value range of the cloud disk sizes, see cloud disk [Product Types](/document/product/362/2353).public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- ID of project the cloud disk belongs to. If selected, it can only be used for authentication.Copyright © 2020. All rights reserved.