Interface VmBackupService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    VmBackupServiceImpl

    public interface VmBackupService
    extends Service
    A service managing a backup of a virtual machines.
    • Method Detail

      • finalize_

        VmBackupService.FinalizeRequest finalize_()
        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] ---- ----
      • disksService

        VmBackupDisksService disksService()
        A reference to the service that lists the disks in backup.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.