interface ListDHCPEntriesResponse {
    dhcpEntries: DHCPEntry[];
    totalCount: number;
}

Properties

dhcpEntries: DHCPEntry[]

DHCP entries in this page.

totalCount: number

Total count of DHCP entries matching the filter.