kea-client
    Preparing search index...

    Interface Lease4

    interface Lease4 {
        "client-id"?: string;
        expire?: number;
        "fqdn-fwd"?: boolean;
        "fqdn-rev"?: boolean;
        hostname?: string;
        "hw-address"?: string;
        "ip-address": string;
        state?: number;
        subnet_id?: number;
        "subnet-id"?: number;
        "user-context"?: JsonObject;
        valid_lft?: number;
        "valid-lft"?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    "client-id"?: string
    expire?: number
    "fqdn-fwd"?: boolean
    "fqdn-rev"?: boolean
    hostname?: string
    "hw-address"?: string
    "ip-address": string
    state?: number
    subnet_id?: number
    "subnet-id"?: number
    "user-context"?: JsonObject
    valid_lft?: number
    "valid-lft"?: number