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

    Interface IscsiExtentCreate

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