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] ---- ----