> +import org.jclouds.openstack.v2_0.ServiceType;
> +import org.jclouds.openstack.v2_0.services.Extension;
> +
> +import com.google.common.annotations.Beta;
> +
> +/**
> + * Provides synchronous access to Consoles.
> + * <p/>
> + *
> + * @see ConsoleAsyncApi
> + */
> +@Beta
> +@Extension(of = ServiceType.COMPUTE, namespace = 
> ExtensionNamespaces.CONSOLES)
> +public interface ConsolesApi {
> +   /**
> +    * Get Console

Gets the console :)

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

Reply via email to