interface SetDHCPEntriesRequestEntry {
    ipAddress: string;
    macAddress: string;
}

Properties

ipAddress: string

IP address to give to the device.

macAddress: string

MAC address to give a static entry to. A matching entry will be upgraded to a reservation, and a matching reservation will be updated.