The question is
Find the volume of a solid rotated around the y axis, bounded by the given curves: $$x^2 - y^2 = a^2$$
$$x = a + h$$
I am lost by the number of variables in this question and the question does not tell me what kind of variables they are, only that they are both greater than 0.

Begin by writing both functions as functions of $y$: \begin{align} f(y)&=\sqrt{a^2-y^2} \\ g(y)&=a+h. \end{align} In the upper plane, the curves intersect in the point $(a+h,\sqrt{2ah+h^2})$, so $y$ ranges from $0$ to $\sqrt{2ah+h^2}$. Using the formula of the volume of a solid of revolution, we see that $$ V(h) = \pi\int_{-\sqrt{2ah+h^2}}^{\sqrt{2ah+h^2}} \left[g(y)^2-f(y)^2\right]dy. $$ Can you finish from here?
Edit: I mistakenly wrote the difference squared instead of the difference of the squares. Can you see the difference?