> + > + /** > + * 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)` and use the type argument to distinguish the actual call to be made to openstack. I believe also @jdaggett agrees with this below. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/339/files#r11613970
