Ovh\Dedicated\Server\Server::getSpecificationsHardware PHP Method

getSpecificationsHardware() public method

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