kea-client
    Preparing search index...

    Interface LeaseDelArgs

    interface LeaseDelArgs {
        identifier?: string;
        "identifier-type"?: string;
        "ip-address"?: string;
        "subnet-id"?: number;
        type?: "IA_NA" | "IA_PD" | "IA_TA";
    }
    Index
    identifier?: string
    "identifier-type"?: string
    "ip-address"?: string
    "subnet-id"?: number
    type?: "IA_NA" | "IA_PD" | "IA_TA"