Interface VmBackupsService.AddRequest

    • Method Detail

      • requireConsistency

        VmBackupsService.AddRequest requireConsistency​(Boolean requireConsistency)
        Indicates if the backup will fail if VM failed to freeze or not. If requireConsistency=True VM backup will fail in case of a failure to freeze the VM. The REST API call should look like this: .... POST /ovirt-engine/api/vms/123/backups?require_consistency=true .... The default value of the requireConsistency flag is `false`.