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

    Interface PoolCreate

    interface PoolCreate {
        allow_duplicate_serials?: boolean;
        checksum?: v25_10_0.PoolCreateChecksum;
        dedup_table_quota?: "AUTO" | "CUSTOM" | null;
        dedup_table_quota_value?: number | null;
        deduplication?: v25_10_0.PoolCreateDeduplication;
        encryption?: boolean;
        encryption_options?: v25_10_0.PoolCreateEncryptionOptions;
        name: string;
        topology: v25_10_0.PoolCreateTopology;
    }
    Index
    allow_duplicate_serials?: boolean
    dedup_table_quota?: "AUTO" | "CUSTOM" | null
    dedup_table_quota_value?: number | null
    encryption?: boolean
    name: string