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

setCpuCfsQuota() public method

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