kea-client
    Preparing search index...

    Interface ConfigGetResult

    interface ConfigGetResult {
        Control?: JsonObject;
        D2?: JsonObject;
        Dhcp4?: JsonObject;
        Dhcp6?: JsonObject;
        hash?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    Control?: JsonObject
    Dhcp4?: JsonObject
    Dhcp6?: JsonObject
    hash?: string