> .build()
> )
>
> .tags(Instance.Tags.builder().fingerprint("abcd").addItem("aTag").build())
> .metadata(Metadata.builder()
> - .items(ImmutableMap.of("aKey", "aValue"))
> + .items(ImmutableMap.of("aKey", "aValue",
> + "jclouds-image",
> +
> "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/gcel-12-04-v20121106",
> + "jclouds-delete-boot-disk",
> "true"))
Use constants here to make any future refactoring easier?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/17/files#r8320716