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

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

public getBoot ( ) : mixed
Результат mixed
    public function getBoot()
    {
        return json_decode(self::getClient()->getBoot($this->getDomain()));
    }