> +
> + public Integer getVirtualCpuCores() {
> + return target.getVirtualCpuCores();
> + }
> +
> + public Integer getVirtualCpusUsed() {
> + return target.getVirtualCpusUsed();
> + }
> +
> + public Integer getVirtualRamInMb() {
> + return target.getVirtualRamInMb();
> + }
> +
> + public Integer getVirtualRamUsedInMb() {
> + return target.getVirtualRamUsedInMb();
> + }
> Makes sense?
Yes, it does. Thanks for the explanation!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/10/files#r4962968