Sets the source IP.
IPv6 addresses should be wrapped in square brackets.
$this
public function setSourceIp(string $ip) : static { $this->sourceIp = $ip; return $this; }