kea-client
    Preparing search index...

    Interface RemoteOptionSubnetDelArgs

    interface RemoteOptionSubnetDelArgs {
        options: { code: number; space?: string }[];
        "remote-map"?: JsonObject;
        subnets: { id: number }[];
    }

    Hierarchy (View Summary)

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