kea-client
    Preparing search index...

    Interface RemoteSubnetDelByPrefixArgs

    interface RemoteSubnetDelByPrefixArgs {
        "remote-map"?: JsonObject;
        subnets: { subnet: string }[];
    }

    Hierarchy (View Summary)

    Index
    "remote-map"?: JsonObject
    subnets: { subnet: string }[]