> } > > - /** > - * @see #shouldKeepBootDisk() > - */ > - public GoogleComputeEngineTemplateOptions keepBootDisk(boolean > keepBootDisk) { > - this.keepBootDisk = keepBootDisk; > - return this; > + /** Additional disks to attach to this instance. */ > + // TODO: test me or remove me! > + public List<URI> additionalDisks() {
[nit] Spacing --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/86/files#r20059808