> +
> + public AutoCreateDiskOptions getAutoCreateDiskOptions() {
> + return autoCreateDiskOptions;
> + }
> +
> + /**
> + * @return the AttachDisks for this instance.
> + */
> + public List<AttachDisk> getDisks() {
> + return disks;
> + }
> +
> + // /**
> + // * @see #shouldKeepBootDisk()
> + // */
> + // public GoogleComputeEngineTemplateOptions keepBootDisk(boolean
In general there isn't commented out code in the repo so these will have to go
before check-in.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/135/files#r28214395