Ovh\Dedicated\Server\Server::getStatisticsPartitionProperties PHP Method

getStatisticsPartitionProperties() public method

Get Partition Properties Ajout by @Thibautg16 le 01/06/2014
public getStatisticsPartitionProperties ( $partition ) : Object
$partition
return Object
    public function getStatisticsPartitionProperties($partition)
    {
        return json_decode(self::getClient()->getStatisticsPartitionProperties($this->getDomain(), $partition));
    }