public static final class SetDesktopGroupTimerStatusRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
SetDesktopGroupTimerStatusRequest |
build() |
SetDesktopGroupTimerStatusRequest.Builder |
desktopGroupId(String desktopGroupId)
The ID of the cloud computer pool.
|
SetDesktopGroupTimerStatusRequest.Builder |
regionId(String regionId)
The region ID.
|
SetDesktopGroupTimerStatusRequest.Builder |
status(Integer status)
The status of the scheduled task.
|
SetDesktopGroupTimerStatusRequest.Builder |
timerType(Integer timerType)
The type of the scheduled task.
|
public SetDesktopGroupTimerStatusRequest.Builder desktopGroupId(String desktopGroupId)
public SetDesktopGroupTimerStatusRequest.Builder regionId(String regionId)
public SetDesktopGroupTimerStatusRequest.Builder status(Integer status)
Valid values: * 1: enabled * 2: disabled * 3: deleted * 100: unknown
public SetDesktopGroupTimerStatusRequest.Builder timerType(Integer timerType)
Valid values: * 1: scheduled reset * 2: scheduled startup * 3: scheduled stop * 4: scheduled restart
public SetDesktopGroupTimerStatusRequest build()
Copyright © 2024. All rights reserved.