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

    Interface ZPoolEntryInput

    interface ZPoolEntryInput {
        all_sed?: boolean | null;
        expand?: v26_0_0.ZPoolExpand | null;
        features?: v26_0_0.ZPoolFeature[] | null;
        guid: number;
        healthy: boolean;
        id?: number | null;
        is_upgraded?: boolean | null;
        name: string;
        properties?: { [k: string]: v26_0_0.ZPoolPropertyValue } | null;
        scan?: v26_0_0.ZPoolScanInput | null;
        status: string;
        status_code: string | null;
        status_detail: string | null;
        topology?: v26_0_0.ZPoolTopology | null;
        warning: boolean;
    }
    Index
    all_sed?: boolean | null
    expand?: v26_0_0.ZPoolExpand | null
    features?: v26_0_0.ZPoolFeature[] | null
    guid: number
    healthy: boolean
    id?: number | null
    is_upgraded?: boolean | null
    name: string
    properties?: { [k: string]: v26_0_0.ZPoolPropertyValue } | null
    scan?: v26_0_0.ZPoolScanInput | null
    status: string
    status_code: string | null
    status_detail: string | null
    topology?: v26_0_0.ZPoolTopology | null
    warning: boolean