> @@ -97,6 +103,24 @@ public GoogleComputeEngineTemplateOptions 
> serviceAccounts(Set<ServiceAccount> se
>     }
>  
>     /**
> +    * @see #getDisks()
> +    * @see 
> org.jclouds.googlecomputeengine.domain.InstanceTemplate.PersistentDisk
> +    */
> +   public GoogleComputeEngineTemplateOptions addDisk(PersistentDisk disk) {
> +      this.disks.add(disk);
> +      return this;
> +   }
> +
> +   /**
> +    * @see #getDisks()
> +    * @see 
> org.jclouds.googlecomputeengine.domain.InstanceTemplate.PersistentDisk
> +    */
> +   public GoogleComputeEngineTemplateOptions disks(Set<PersistentDisk> 
> disks) {
> +      this.disks = Sets.newLinkedHashSet(disks);

Okiedokie.

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

Reply via email to