public class ModifyDiskExtraPerformanceRequest extends AbstractModel
header, skipSign| 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)接口查询。仅大小超过460GiB的增强型SSD(CLOUD_HSSD)和极速型SSD(CLOUD_TSSD)云硬盘才支持购买额外性能。 | 
| Long | getThroughputPerformance()Get 额外购买的云硬盘性能值,单位MiB/s。 | 
| void | setDiskId(String DiskId)Set 需要购买额外性能值的云硬盘ID,可通过[DescribeDisks](/document/product/362/16315)接口查询。仅大小超过460GiB的增强型SSD(CLOUD_HSSD)和极速型SSD(CLOUD_TSSD)云硬盘才支持购买额外性能。 | 
| void | setThroughputPerformance(Long ThroughputPerformance)Set 额外购买的云硬盘性能值,单位MiB/s。 | 
| 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 ModifyDiskExtraPerformanceRequest()
public ModifyDiskExtraPerformanceRequest(ModifyDiskExtraPerformanceRequest source)
public Long getThroughputPerformance()
public void setThroughputPerformance(Long ThroughputPerformance)
ThroughputPerformance - 额外购买的云硬盘性能值,单位MiB/s。public String getDiskId()
public void setDiskId(String DiskId)
DiskId - 需要购买额外性能值的云硬盘ID,可通过[DescribeDisks](/document/product/362/16315)接口查询。仅大小超过460GiB的增强型SSD(CLOUD_HSSD)和极速型SSD(CLOUD_TSSD)云硬盘才支持购买额外性能。Copyright © 2025. All rights reserved.