@truenas/api-client
    Preparing search index...

    Interface VirtDeviceDisk

    interface VirtDeviceDisk {
        boot_priority?: number | null;
        description?: string | null;
        destination?: string | null;
        dev_type: "DISK";
        io_bus?: "NVME" | "VIRTIO-BLK" | "VIRTIO-SCSI" | null;
        name?: string | null;
        readonly?: boolean;
        source?: string | null;
        storage_pool?: string | null;
    }

    Hierarchy (View Summary)

    Index
    boot_priority?: number | null
    description?: string | null
    destination?: string | null
    dev_type: "DISK"
    io_bus?: "NVME" | "VIRTIO-BLK" | "VIRTIO-SCSI" | null
    name?: string | null
    readonly?: boolean
    source?: string | null
    storage_pool?: string | null