andreaturli commented on this pull request.
> + + public abstract String description(); + + public abstract String regionId(); + + public abstract String status(); + + public abstract Map<String, List<UserCidr>> userCidrs(); + + public abstract String vRouterId(); + + public abstract Map<String, List<String>> vSwitchIds(); + + public abstract String id(); + + public abstract String name(); done -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/443#discussion_r209219842
