public static final class ModifyDiskSpecRequest.PerformanceControlOptions.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyDiskSpecRequest.PerformanceControlOptions |
build() |
ModifyDiskSpecRequest.PerformanceControlOptions.Builder |
IOPS(Integer IOPS)
The new IOPS rate of the disk.
|
ModifyDiskSpecRequest.PerformanceControlOptions.Builder |
recover(String recover)
Specifies whether to reset the IOPS rate and throughput of the disk.
|
ModifyDiskSpecRequest.PerformanceControlOptions.Builder |
throughput(Integer throughput)
The new throughput of the disk.
|
public ModifyDiskSpecRequest.PerformanceControlOptions.Builder IOPS(Integer IOPS)
Valid values: 900 to maximum IOPS per disk (with an increment of 100). For more information, see [Block storage performance](~~25382~~).
public ModifyDiskSpecRequest.PerformanceControlOptions.Builder recover(String recover)
After you specify this parameter, PerformanceControlOptions.IOPS and PerformanceControlOptions.Throughput do not take effect. Set the value to All, which indicates that the IOPS rate and throughput of the disk are reset to the initial values.
public ModifyDiskSpecRequest.PerformanceControlOptions.Builder throughput(Integer throughput)
Valid values: 60 to maximum throughput per disk. For more information, see [Block storage performance](~~25382~~).
public ModifyDiskSpecRequest.PerformanceControlOptions build()
Copyright © 2024. All rights reserved.