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