Ovh\Dedicated\Server\Server::getCompatibleTemplatePartitionSchemes PHP Method

getCompatibleTemplatePartitionSchemes() public method

* Get list of partition schemes available with specific template
    public function getCompatibleTemplatePartitionSchemes($domain)
    {
        return json_decode(self::getClient()->getCompatibleTemplatePartitionSchemes($this->getDomain()));
    }