> @@ -58,4 +62,19 @@ > public static final Location GOOGLE_PROVIDER_LOCATION = new > LocationBuilder().scope(LocationScope.PROVIDER).id > (GCE_PROVIDER_NAME).description(GCE_PROVIDER_NAME).build(); > > + > + /** > + * The key we look for in instance metadata for the URI for the image the > instance was created from. > + */ > + public static final String GCE_IMAGE_METADATA_KEY = "jclouds-image"; > + > + /** > + * Metadata key to check for whether we should delete an instance's boot > disk when we delete the instance. > + */ > + public static final String GCE_DELETE_BOOT_DISK_METADATA_KEY = > "jclouds-delete-boot-disk"; > + > + /** > + * The suffix we append to auto-created boot disk names. > + */ > + public static final String GCE_BOOT_DISK_SUFFIX = "boot-disk";
`jclouds-boot-disk`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/17/files#r8319381