public class InquiryPriceCreateDisksRequest extends AbstractModel
| Constructor and Description | 
|---|
| InquiryPriceCreateDisksRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DiskChargePrepaid | getDiskChargePrepaid()Get Relevant parameter settings for the prepaid mode (i.e., monthly subscription). | 
| String | getDiskChargeType()Get Cloud disk billing method. | 
| Long | getDiskCount()Get Quantity of cloud disks purchased. | 
| Long | getDiskSize()Get Cloud disk size (in GB). | 
| String | getDiskType()Get Type of cloud hard disk. | 
| Long | getProjectId()Get ID of project the cloud disk belongs to. | 
| void | setDiskChargePrepaid(DiskChargePrepaid DiskChargePrepaid)Set Relevant parameter settings for the prepaid mode (i.e., monthly subscription). | 
| void | setDiskChargeType(String DiskChargeType)Set Cloud disk billing method. | 
| void | setDiskCount(Long DiskCount)Set Quantity of cloud disks purchased. | 
| void | setDiskSize(Long DiskSize)Set Cloud disk size (in GB). | 
| void | setDiskType(String DiskType)Set Type of cloud hard disk. | 
| 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, toJsonStringpublic String getDiskType()
public void setDiskType(String DiskType)
DiskType - Type of cloud hard disk. Value range: public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize - Cloud disk size (in GB). 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).public String getDiskChargeType()
public void setDiskChargeType(String DiskChargeType)
DiskChargeType - Cloud disk billing method. 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 getDiskCount()
public void setDiskCount(Long DiskCount)
DiskCount - Quantity of cloud disks purchased. If left empty, default is 1.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - ID of project the cloud disk belongs to.Copyright © 2020. All rights reserved.