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

    Interface VirtDeviceCdrom

    interface VirtDeviceCdrom {
        boot_priority?: number | null;
        description?: string | null;
        dev_type: "CDROM";
        name?: string | null;
        readonly?: boolean;
        source: string;
    }

    Hierarchy (View Summary)

    Index
    boot_priority?: number | null
    description?: string | null
    dev_type: "CDROM"
    name?: string | null
    readonly?: boolean
    source: string