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

    Interface TunableEntryInput

    interface TunableEntryInput {
        comment?: string;
        enabled?: boolean;
        id: number;
        orig_value: string;
        type?: v25_10_0.TunableCreateTypeInput;
        value: string;
        var: string;
    }
    Index
    comment?: string
    enabled?: boolean
    id: number
    orig_value: string
    value: string
    var: string