Package org.ovirt.engine.sdk4.services
Interface VmService.SuspendRequest
-
- All Superinterfaces:
Request<VmService.SuspendRequest,VmService.SuspendResponse>
- Enclosing interface:
- VmService
public static interface VmService.SuspendRequest extends Request<VmService.SuspendRequest,VmService.SuspendResponse>
This operation saves the virtual machine state to disk and stops it. Start a suspended virtual machine and restore the virtual machine state with the start action. For example: [source] ---- POST /ovirt-engine/api/vms/123/suspend ---- The suspend action does not take any action specific parameters; therefore, the request body should contain an empty `action`: [source,xml] --------
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmService.SuspendRequest
async(Boolean async)
Indicates if the suspend action should be performed asynchronously.
-
-
-
Method Detail
-
async
VmService.SuspendRequest async(Boolean async)
Indicates if the suspend action should be performed asynchronously.
-
-