kea-client
    Preparing search index...

    Interface Subnet6Config

    Loosely-typed JSON object, used for Kea config fragments whose full schema is defined by the Kea JSON config grammar rather than this client.

    interface Subnet6Config {
        id?: number;
        "pd-pools"?: JsonObject[];
        pools?: JsonObject[];
        subnet: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    id?: number
    "pd-pools"?: JsonObject[]
    pools?: JsonObject[]
    subnet: string