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

    Interface TunableUpdate

    interface TunableUpdate {
        comment?: string;
        enabled?: boolean;
        update_initramfs?: boolean;
        value?: string;
    }
    Index
    comment?: string
    enabled?: boolean
    update_initramfs?: boolean
    value?: string