> +
> +   /**
> +    * Get SPICE Console
> +    * @param serverId Server id
> +    * @param type Only "spice-html5" is supported
> +    * @return a Console object containing the console url and type.
> +    */
> +   Console getSPICEConsole(String serverId, Console.Type type);
> +
> +   /**
> +    * Get RDP Console
> +    * @param serverId Server id
> +    * @param type Only "rdp-html5" is supported
> +    * @return a Console object containing the console url and type.
> +    */
> +   Console getRDPConsole(String serverId, Console.Type type);

> Well I would actually prefer providing one getConsole(String serverId, 
> ConsoleType type)

That's also fine by me, especially if the methods actually all have the same 
response type.

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

Reply via email to