Ovh\Dedicated\Server\Server::getStatisticsOs PHP Method

getStatisticsOs() public method

Get Os Informations Ajout by @Thibautg16 le 01/06/2014
public getStatisticsOs ( ) : Object
return Object
    public function getStatisticsOs()
    {
        return json_decode(self::getClient()->getStatisticsOs($this->getDomain()));
    }