public class InquirePriceModifyDiskExtraPerformanceRequest extends AbstractModel
Constructor and Description |
---|
InquirePriceModifyDiskExtraPerformanceRequest() |
InquirePriceModifyDiskExtraPerformanceRequest(InquirePriceModifyDiskExtraPerformanceRequest 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, 通过[DescribeDisks](/document/product/362/16315)接口查询。
|
Long |
getThroughputPerformance()
Get 额外购买的云硬盘性能值,单位MB/s。
|
void |
setDiskId(String DiskId)
Set 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
|
void |
setThroughputPerformance(Long ThroughputPerformance)
Set 额外购买的云硬盘性能值,单位MB/s。
|
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 InquirePriceModifyDiskExtraPerformanceRequest()
public InquirePriceModifyDiskExtraPerformanceRequest(InquirePriceModifyDiskExtraPerformanceRequest source)
public String getDiskId()
public void setDiskId(String DiskId)
DiskId
- 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。public Long getThroughputPerformance()
public void setThroughputPerformance(Long ThroughputPerformance)
ThroughputPerformance
- 额外购买的云硬盘性能值,单位MB/s。Copyright © 2021. All rights reserved.