public class ModifyDiskExtraPerformanceRequest extends AbstractModel
Constructor and Description |
---|
ModifyDiskExtraPerformanceRequest() |
ModifyDiskExtraPerformanceRequest(ModifyDiskExtraPerformanceRequest 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 ModifyDiskExtraPerformanceRequest()
public ModifyDiskExtraPerformanceRequest(ModifyDiskExtraPerformanceRequest 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.