kea-client
    Preparing search index...

    Interface RemoteOptionSubnetSetArgs

    interface RemoteOptionSubnetSetArgs {
        options: JsonObject[];
        "remote-map"?: JsonObject;
        subnets: { id: number }[];
    }

    Hierarchy (View Summary)

    Index
    options: JsonObject[]
    "remote-map"?: JsonObject
    subnets: { id: number }[]