> +   public List<AttachDisk> getDisks() {
> +      return disks;
> +   }
> +
> +   /**
> +    * @see #getDisks()
> +    * @see 
> org.jclouds.googlecomputeengine.domain.templates.InstanceTemplate.AttachDisk
> +    */
> +   public GoogleComputeEngineTemplateOptions disks(List<AttachDisk> disks) {
> +      this.disks = Lists.newArrayList(disks);
> +      return this;
> +   }
> +
> +   
> +   
> +   public static class AutoCreateDiskOptions {

Change this class to use google auto.

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

Reply via email to