Interface SnapshotService.RestoreRequest

    • Method Detail

      • disks

        SnapshotService.RestoreRequest disks​(Disk... disks)
        Specify the disks included in the snapshot's restore. For each disk parameter, it is also required to specify its `image_id`. For example, to restore a snapshot with an identifier `456` of a virtual machine with identifier `123`, including a disk with identifier `111` and `image_id` of `222`, send a request like this: [source] ---- POST /ovirt-engine/api/vms/123/snapshots/456/restore ---- Request body: [source,xml] ---- 222 ----
      • disks

        SnapshotService.RestoreRequest disks​(DiskBuilder... disks)
        Specify the disks included in the snapshot's restore. For each disk parameter, it is also required to specify its `image_id`. For example, to restore a snapshot with an identifier `456` of a virtual machine with identifier `123`, including a disk with identifier `111` and `image_id` of `222`, send a request like this: [source] ---- POST /ovirt-engine/api/vms/123/snapshots/456/restore ---- Request body: [source,xml] ---- 222 ----