public class InquirePriceModifyDiskBackupQuotaRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InquirePriceModifyDiskBackupQuotaRequest() | 
| InquirePriceModifyDiskBackupQuotaRequest(InquirePriceModifyDiskBackupQuotaRequest 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 | getDiskBackupQuota()Get Cloud disk backup point quota after the modification, i.e., the number of backup points that a cloud disk can have. | 
| String | getDiskId()Get Cloud disk ID, which can be queried through the `DescribeDisks` API. | 
| void | setDiskBackupQuota(Long DiskBackupQuota)Set Cloud disk backup point quota after the modification, i.e., the number of backup points that a cloud disk can have. | 
| void | setDiskId(String DiskId)Set Cloud disk ID, which can be queried through the `DescribeDisks` API. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InquirePriceModifyDiskBackupQuotaRequest()
public InquirePriceModifyDiskBackupQuotaRequest(InquirePriceModifyDiskBackupQuotaRequest source)
public String getDiskId()
public void setDiskId(String DiskId)
DiskId - Cloud disk ID, which can be queried through the `DescribeDisks` API.public Long getDiskBackupQuota()
public void setDiskBackupQuota(Long DiskBackupQuota)
DiskBackupQuota - Cloud disk backup point quota after the modification, i.e., the number of backup points that a cloud disk can have.Copyright © 2024. All rights reserved.