file-restore: add missing doc-comment description for api enums

this is used as description in the api schema

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 32dad636960fb6647eedb7debd0ff8185ad5aa73)
This commit is contained in:
Thomas Lamprecht 2024-10-22 15:26:11 +02:00 committed by Alexey Shabalin
parent 0fbe2e5502
commit abe16cd144

View File

@ -71,6 +71,7 @@ pub trait BlockRestoreDriver {
#[api()]
#[derive(Debug, Serialize, Deserialize, Eq, PartialEq, Clone, Copy)]
/// The block driver type to use.
pub enum BlockDriverType {
/// Uses a small QEMU/KVM virtual machine to map images securely. Requires PVE-patched QEMU.
Qemu,