kea-client
    Preparing search index...

    Interface ReservationGetArgs

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