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

getOomKillDisable() public method

public getOomKillDisable ( ) : boolean
return boolean
    public function getOomKillDisable()
    {
        return $this->oomKillDisable;
    }