> +            if (isoFileName() != null)
> +                eTo.isoFileName(isoFileName());
> +            if (flpFileName() != null)
> +                eTo.flpFileName(flpFileName());
> +            eTo.postConfiguration(postConfiguration());
> +        }
> +    }
> +
> +    private String description = null;
> +    private String customizationScript = null;
> +    private String addressType = null;
> +    private String datacenterName = null;
> +    private String isoFileName = null;
> +    private String flpFileName = null;
> +    private boolean postConfiguration = true;
> +    private Integer waitOnPort = null;

Add all fields to the `copyTo` method.

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

Reply via email to