> +              ", path='" + path + '\'' +
> +              ", args=" + Arrays.toString(args) +
> +              ", config=" + config +
> +              ", state=" + state +
> +              ", image='" + image + '\'' +
> +              ", networkSettings=" + networkSettings +
> +              ", sysInitPath='" + sysInitPath + '\'' +
> +              ", resolvConfPath='" + resolvConfPath + '\'' +
> +              ", volumes=" + volumes +
> +              ", sizeRw=" + sizeRw +
> +              ", sizeRootFs=" + sizeRootFs +
> +              ", command='" + command + '\'' +
> +              ", status='" + status + '\'' +
> +              ", hostConfig=" + hostConfig +
> +              ", ports=" + ports +
> +              '}';

Also use the `Objects.toStringHelper` as in the Config class?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/57/files#r10840012

Reply via email to