> +
> +/**
> + * Provides asynchronous access to Consoles via the REST API.
> + * <p/>
> + *
> + * @see ConsoleApi
> + * @author Epi Vou
> + * @see ExtensionAsyncApi
> + * @see <a href= 
> "http://docs.openstack.org/api/openstack-compute/2/content/Extensions-d1e1444.html";
>  />
> + * @see <a href="http://nova.openstack.org/api_ext"; />
> + * @see <a 
> href="http://api.openstack.org/api-ref-compute-v2-ext.html#ext-os-consoles"; />
> + */
> +@Beta
> +@Extension(of = ServiceType.COMPUTE, namespace = 
> ExtensionNamespaces.CONSOLES)
> +@RequestFilters(AuthenticateRequest.class)
> +public interface ConsolesAsyncApi {

@everett-toews @zack-shoylev @jdaggett: Do we still need an async version for 
the extension APIs?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/339/files#r11597935

Reply via email to