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