kea-client
    Preparing search index...

    Interface Lease4GetArgs

    interface Lease4GetArgs {
        identifier?: string;
        "identifier-type"?: "hw-address" | "client-id";
        "ip-address"?: string;
        "subnet-id"?: number;
    }
    Index
    identifier?: string
    "identifier-type"?: "hw-address" | "client-id"
    "ip-address"?: string
    "subnet-id"?: number