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

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

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