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

setNCPU() public method

public setNCPU ( integer $nCPU = null ) : self
$nCPU integer
return self
    public function setNCPU($nCPU = null)
    {
        $this->nCPU = $nCPU;
        return $this;
    }