Ovh\Dedicated\Server\Server::getBootProperties PHP Метод

getBootProperties() публичный Метод

public getBootProperties ( $bootId )
$bootId
    public function getBootProperties($bootId)
    {
        return json_decode(self::getClient()->getBootProperties($this->getDomain(), $bootId));
    }