public class InquiryPriceCreateDisksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
InquiryPriceCreateDisksRequest()  | 
InquiryPriceCreateDisksRequest(InquiryPriceCreateDisksRequest 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 Specifies the cloud disk backup point quota. 
 | 
DiskChargePrepaid | 
getDiskChargePrepaid()
Get Relevant parameter settings for the prepaid mode (i.e., monthly subscription). 
 | 
String | 
getDiskChargeType()
Get Cloud disk billing mode. 
 | 
Long | 
getDiskCount()
Get Number of cloud disks to be purchased. 
 | 
Long | 
getDiskSize()
Get Cloud disk size in GB. 
 | 
String | 
getDiskType()
Get Cloud disk media type. 
 | 
Long | 
getProjectId()
Get ID of the project to which the cloud disk belongs. 
 | 
Long | 
getThroughputPerformance()
Get Extra performance in MB/s purchased for a cloud disk. 
This parameter is only valid for Enhanced SSD (CLOUD_HSSD) and ulTra SSD (CLOUD_TSSD).  | 
void | 
setDiskBackupQuota(Long DiskBackupQuota)
Set Specifies the cloud disk backup point quota. 
 | 
void | 
setDiskChargePrepaid(DiskChargePrepaid DiskChargePrepaid)
Set Relevant parameter settings for the prepaid mode (i.e., monthly subscription). 
 | 
void | 
setDiskChargeType(String DiskChargeType)
Set Cloud disk billing mode. 
 | 
void | 
setDiskCount(Long DiskCount)
Set Number of cloud disks to be purchased. 
 | 
void | 
setDiskSize(Long DiskSize)
Set Cloud disk size in GB. 
 | 
void | 
setDiskType(String DiskType)
Set Cloud disk media type. 
 | 
void | 
setProjectId(Long ProjectId)
Set ID of the project to which the cloud disk belongs. 
 | 
void | 
setThroughputPerformance(Long ThroughputPerformance)
Set Extra performance in MB/s purchased for a cloud disk. 
This parameter is only valid for Enhanced SSD (CLOUD_HSSD) and ulTra SSD (CLOUD_TSSD).  | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InquiryPriceCreateDisksRequest()
public InquiryPriceCreateDisksRequest(InquiryPriceCreateDisksRequest source)
public String getDiskChargeType()
public void setDiskChargeType(String DiskChargeType)
DiskChargeType - Cloud disk billing mode. public String getDiskType()
public void setDiskType(String DiskType)
DiskType - Cloud disk media type. Valid values: public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize - Cloud disk size in GB. For the value range, see [Cloud Disk Types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1).public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - ID of the project to which the cloud disk belongs.public Long getDiskCount()
public void setDiskCount(Long DiskCount)
DiskCount - Number of cloud disks to be purchased. If it is not specified, `1` will be used by default.public Long getThroughputPerformance()
public void setThroughputPerformance(Long ThroughputPerformance)
ThroughputPerformance - Extra performance in MB/s purchased for a cloud disk.public DiskChargePrepaid getDiskChargePrepaid()
public void setDiskChargePrepaid(DiskChargePrepaid DiskChargePrepaid)
DiskChargePrepaid - Relevant parameter settings for the prepaid mode (i.e., monthly subscription). The monthly subscription cloud disk purchase attributes such as usage period and whether or not auto-renewal is set up can be specified using this parameter. public Long getDiskBackupQuota()
public void setDiskBackupQuota(Long DiskBackupQuota)
DiskBackupQuota - Specifies the cloud disk backup point quota.Copyright © 2025. All rights reserved.