While you can't specify an IP address in the customization spec, you could create a PowerShell script that gets called as a RunOnce option in the customization spec. That script could read from a CSV file of hostname with desired IP address, compare the VM hostname to the one in the CSV and change the IP address in the VM to the appropriate address from the CSV.