Docker\API\Model\SystemInformation::setNoProxy PHP Method

setNoProxy() public method

public setNoProxy ( string $noProxy = null ) : self
$noProxy string
return self
    public function setNoProxy($noProxy = null)
    {
        $this->noProxy = $noProxy;
        return $this;
    }