SetDHCPEntriesRequest: {
    dhcpEntries?: SetDHCPEntriesRequestEntry[];
    gatewayNetworkId: string;
    zone?: Zone;
}

Type declaration

  • OptionaldhcpEntries?: SetDHCPEntriesRequestEntry[]

    New list of DHCP reservations.

  • gatewayNetworkId: string

    ID of the Gateway Network on which to set DHCP reservation list.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.