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:
parent
0fbe2e5502
commit
abe16cd144
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user