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

setSwapLimit() public method

public setSwapLimit ( boolean $swapLimit = null ) : self
$swapLimit boolean
return self
    public function setSwapLimit($swapLimit = null)
    {
        $this->swapLimit = $swapLimit;
        return $this;
    }