> @@ -267,7 +267,7 @@ public Resource getServer() {
> return this.server;
> }
>
> - public Map<String, String> getMetadata() {
> + public Map<String, Object> getMetadata() {
Makes sense to me, but I might suggest a different field name for future
upgrades (never know when another object will show up in there). Perhaps
`complexMetadata`?
Either way, I'll need to dig into the deserialization a bit. Any pointers on
where to start looking for examples in the code base?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/626/files#r21717963