public static final class StopDesktopsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
StopDesktopsRequest |
build() |
StopDesktopsRequest.Builder |
desktopId(List<String> desktopId)
The IDs of the cloud computers.
|
StopDesktopsRequest.Builder |
regionId(String regionId)
The region ID.
|
StopDesktopsRequest.Builder |
stoppedMode(String stoppedMode)
The billing mode after you stop the cloud computer.
|
public StopDesktopsRequest.Builder desktopId(List<String> desktopId)
public StopDesktopsRequest.Builder regionId(String regionId)
public StopDesktopsRequest.Builder stoppedMode(String stoppedMode)
Default value: StopCharging. Valid values: * StopCharging: After the cloud computer is stopped, the system automatically reclaims computing resources. You are no longer charged for computing resources. However, you are still charged for storage resources. * KeepCharging: After the cloud computer is stopped, the system does not reclaim resources to prevent insufficient resources and startup failures. You are still charged for the resources.
public StopDesktopsRequest build()
Copyright © 2024. All rights reserved.