interface ListDHCPsResponse {
    dhcps: DHCP[];
    totalCount: number;
}

Properties

Properties

dhcps: DHCP[]

First page of DHCP configuration objects.

totalCount: number

Total count of DHCP configuration objects matching the filter.