Interface ImageTransferService.FinalizeResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ImageTransferService

    public static interface ImageTransferService.FinalizeResponse
    extends Response
    After finishing to transfer the data, finalize the transfer. This will make sure that the data being transferred is valid and fits the image entity that was targeted in the transfer. Specifically, will verify that if the image entity is a QCOW disk, the data uploaded is indeed a QCOW file, and that the image doesn't have a backing file.