public class ResizeDiskRequest extends AbstractModel
Constructor and Description |
---|
ResizeDiskRequest() |
ResizeDiskRequest(ResizeDiskRequest 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 |
---|---|
String |
getDiskId()
Get ID of the cloud disk, which can be queried via the API [DescribeDisks](https://intl.cloud.tencent.com/document/product/362/16315?from_cn_redirect=1).
|
Long |
getDiskSize()
Get Cloud disk size after scale out (in GB).
|
void |
setDiskId(String DiskId)
Set ID of the cloud disk, which can be queried via the API [DescribeDisks](https://intl.cloud.tencent.com/document/product/362/16315?from_cn_redirect=1).
|
void |
setDiskSize(Long DiskSize)
Set Cloud disk size after scale out (in GB).
|
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 ResizeDiskRequest()
public ResizeDiskRequest(ResizeDiskRequest source)
public String getDiskId()
public void setDiskId(String DiskId)
DiskId
- ID of the cloud disk, which can be queried via the API [DescribeDisks](https://intl.cloud.tencent.com/document/product/362/16315?from_cn_redirect=1).public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Cloud disk size after scale out (in GB). This must be larger than the current size of the cloud disk. For the value range of the cloud disk sizes, see cloud disk [Product Types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1).Copyright © 2021. All rights reserved.