> @@ -271,6 +282,10 @@ public Resource getServer() {
> return this.metadata;
> }
>
> + public Map<String, Object> getComplexMetadata() {
Both `getComplexMetadata()` and `getMetadata()` will need to be documented very
well. Please explain why each one exists and that `metadata` will always be a
subset of `complexMetadata`. Explain what kind of `Object`s can be returned in
the `Map<String, Object>`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/626/files#r21986299