kea-client
    Preparing search index...

    Interface RemoteOptionPoolSetArgs

    interface RemoteOptionPoolSetArgs {
        options: JsonObject[];
        pools: { pool: string }[];
        "remote-map"?: JsonObject;
    }

    Hierarchy (View Summary)

    Index
    options: JsonObject[]
    pools: { pool: string }[]
    "remote-map"?: JsonObject