> @@ -43,9 +50,13 @@ public void copyTo(TemplateOptions to) {
> super.copyTo(to);
> if (to instanceof GoogleComputeEngineTemplateOptions) {
> GoogleComputeEngineTemplateOptions eTo =
> GoogleComputeEngineTemplateOptions.class.cast(to);
> + eTo.networks(to.getNetworks()); // YR: this is not relevant for my
> PR, but I think not having it is a bugOk :) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/790/files#r33456515
