Interface VmBackupsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmBackupsService

    public static interface VmBackupsService.AddResponse
    extends Response
    Adds a new backup entity to a virtual machine. For example, to start a new incremental backup of a virtual machine since checkpoint id `previous-checkpoint-uuid`, send a request like this: [source] ---- POST /ovirt-engine/api/vms/123/backups ---- With a request body like this: [source,xml] ---- previous-checkpoint-uuid ... ---- The response body: [source,xml] ---- previous-checkpoint-uuid new-checkpoint-uuid ... ... initializing ----
    • Method Detail

      • backup

        Backup backup()
        The information about the virtual machine backup entity.