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

    Interface ISCSITargetExtentEntryInput

    interface ISCSITargetExtentEntryInput {
        avail_threshold?: number | null;
        blocksize?: v25_10_0.Blocksize;
        comment?: string;
        dataset: string | null;
        disk?: string | null;
        enabled?: boolean;
        filesize?: string | number;
        id: number;
        insecure_tpc?: boolean;
        locked: boolean | null;
        naa: string;
        name: string;
        path?: string | null;
        pblocksize?: boolean;
        product_id?: string | null;
        relative_path: string | null;
        ro?: boolean;
        rpm?: v25_10_0.Rpm;
        serial?: string | null;
        type?: v25_10_0.IscsiExtentCreateTypeInput;
        vendor: string;
        xen?: boolean;
    }
    Index
    avail_threshold?: number | null
    blocksize?: v25_10_0.Blocksize
    comment?: string
    dataset: string | null
    disk?: string | null
    enabled?: boolean
    filesize?: string | number
    id: number
    insecure_tpc?: boolean
    locked: boolean | null
    naa: string
    name: string
    path?: string | null
    pblocksize?: boolean
    product_id?: string | null
    relative_path: string | null
    ro?: boolean
    serial?: string | null
    vendor: string
    xen?: boolean