Ovh\Dedicated\Server\Server::getBoot PHP Method

getBoot() public method

public getBoot ( ) : mixed
return mixed
    public function getBoot()
    {
        return json_decode(self::getClient()->getBoot($this->getDomain()));
    }