kea-client
    Preparing search index...

    Interface SharedNetwork4Config

    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 SharedNetwork4Config {
        name: string;
        subnet4?: Subnet4Config[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    name: string
    subnet4?: Subnet4Config[]