> +
> + public Integer getVirtualCpuCores() {
> + return target.getVirtualCpuCores();
> + }
> +
> + public Integer getVirtualCpusUsed() {
> + return target.getVirtualCpusUsed();
> + }
> +
> + public Integer getVirtualRamInMb() {
> + return target.getVirtualRamInMb();
> + }
> +
> + public Integer getVirtualRamUsedInMb() {
> + return target.getVirtualRamUsedInMb();
> + }
Fff...lots of delegation methods here. Guess there's no chance to remove the
need for this? ;-)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/10/files#r4962130