Interface VmBackupService.FinalizeResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmBackupService

    public static interface VmBackupService.FinalizeResponse
    extends Response
    Finalize the virtual machine backup entity. End backup, unlock resources, and perform cleanups. To finalize a virtual machine with an id '123' and a backup with an id '456' send a request as follows: [source] ---- POST /ovirt-engine/api/vms/123/backups/456/finalize ---- With a request body as follows: [source,xml] ---- ----