kea-client
    Preparing search index...

    Interface RemoteOptionNetworkSetArgs

    interface RemoteOptionNetworkSetArgs {
        options: JsonObject[];
        "remote-map"?: JsonObject;
        "shared-networks": { name: string }[];
    }

    Hierarchy (View Summary)

    Index
    options: JsonObject[]
    "remote-map"?: JsonObject
    "shared-networks": { name: string }[]