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

    Interface ZPoolQuery

    interface ZPoolQuery {
        expand?: boolean;
        features?: boolean;
        pool_names?: string[] | null;
        properties?: string[] | null;
        scan?: boolean;
        topology?: boolean;
    }
    Index
    expand?: boolean
    features?: boolean
    pool_names?: string[] | null
    properties?: string[] | null
    scan?: boolean
    topology?: boolean