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

setSystemStatus() public method

public setSystemStatus ( string[][] | null[] | null $systemStatus = null ) : self
$systemStatus string[][] | null[] | null
return self
    public function setSystemStatus($systemStatus = null)
    {
        $this->systemStatus = $systemStatus;
        return $this;
    }