public static interface VmWatchdogService.UpdateRequest extends Request<VmWatchdogService.UpdateRequest,VmWatchdogService.UpdateResponse>
Modifier and Type | Method and Description |
---|---|
VmWatchdogService.UpdateRequest |
async(Boolean async)
Indicates if the update should be performed asynchronously.
|
VmWatchdogService.UpdateRequest |
watchdog(Watchdog watchdog) |
VmWatchdogService.UpdateRequest |
watchdog(WatchdogBuilder watchdog) |
VmWatchdogService.UpdateRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
VmWatchdogService.UpdateRequest watchdog(Watchdog watchdog)
VmWatchdogService.UpdateRequest watchdog(WatchdogBuilder watchdog)
Copyright © 2016. All rights reserved.