Interface VmService.MigrateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.MigrateResponse
    extends Response
    Migrates a virtual machine to another physical host. Example: [source] ---- POST /ovirt-engine/api/vms/123/migrate ---- To specify a specific host to migrate the virtual machine to: [source,xml] ---- ----