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

    Interface PoolCreateTopologyLogVdev

    interface PoolCreateTopologyLogVdev {
        disks: string[];
        type: "MIRROR" | "STRIPE";
    }
    Index
    disks: string[]
    type: "MIRROR" | "STRIPE"