public static final class ModifyDiskSpecRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyDiskSpecRequest.Builder |
autoPay(Boolean autoPay)
Specifies whether to automatically complete the payment.
|
ModifyDiskSpecRequest |
build() |
ModifyDiskSpecRequest.Builder |
desktopId(String desktopId)
The ID of the cloud desktop.
|
ModifyDiskSpecRequest.Builder |
promotionId(String promotionId)
The ID of the sales promotion activity.
|
ModifyDiskSpecRequest.Builder |
regionId(String regionId)
The ID of the region.
|
ModifyDiskSpecRequest.Builder |
rootDiskPerformanceLevel(String rootDiskPerformanceLevel)
The performance level (PL) of the system disk.
|
ModifyDiskSpecRequest.Builder |
userDiskPerformanceLevel(String userDiskPerformanceLevel)
The PL of the data disk.
|
public ModifyDiskSpecRequest.Builder autoPay(Boolean autoPay)
* `true`: automatically completes the payment. Make sure that your Alibaba Cloud account has sufficient balance. If your Alibaba Cloud account does not have sufficient balance, abnormal orders are generated. * `false`: does not complete the payment. In this case, an order is generated, but no payment is made. You can log on to the Elastic Desktop Service (EDS) console and complete the payment based on the order ID on the **Orders** page. Default value: `true`.
public ModifyDiskSpecRequest.Builder desktopId(String desktopId)
public ModifyDiskSpecRequest.Builder promotionId(String promotionId)
public ModifyDiskSpecRequest.Builder regionId(String regionId)
public ModifyDiskSpecRequest.Builder rootDiskPerformanceLevel(String rootDiskPerformanceLevel)
* PL0 * PL1 * PL2 * PL3
public ModifyDiskSpecRequest.Builder userDiskPerformanceLevel(String userDiskPerformanceLevel)
* PL0 * PL1 * PL2 * PL3
public ModifyDiskSpecRequest build()
Copyright © 2024. All rights reserved.