kea-client
    Preparing search index...

    Interface ClientClassConfig

    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 ClientClassConfig {
        "boot-file-name"?: string;
        name: string;
        "next-server"?: string;
        "only-in-additional-list"?: boolean;
        "option-data"?: JsonObject[];
        "option-def"?: JsonObject[];
        "server-hostname"?: string;
        test?: string;
        "valid-lifetime"?: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    "boot-file-name"?: string
    name: string
    "next-server"?: string
    "only-in-additional-list"?: boolean
    "option-data"?: JsonObject[]
    "option-def"?: JsonObject[]
    "server-hostname"?: string
    test?: string
    "valid-lifetime"?: number