> @@ -161,6 +164,7 @@ public String toString() {
> @Named("security_groups")
> Set<NamedThingy> securityGroupNames;
> String user_data;
> + Set<ImmutableMap<String, String>> networks;Why `ImmutableMap`? Shouldn't that be an implementation detail? `Set<Map<String, String>>` instead? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/72/files#r5386273
