5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-02-25 17:57:35 +03:00

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>
This commit is contained in:
Thomas Lamprecht 2024-10-22 15:26:11 +02:00
parent c606fdaa88
commit 32dad63696

View File

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