| Package | Description | 
|---|---|
| com.google.cloud.compute.deprecated | A client for Google Compute Engine – High-performance, scalable virtual machines. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ImageConfiguration.Builder<T extends ImageConfiguration,B extends ImageConfiguration.Builder<T,B>>Base builder for image configurations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DiskImageConfigurationA Google Compute Engine disk image configuration. | 
| class  | StorageImageConfigurationA Google Compute Engine image configuration used to create images from a Google Cloud Storage URL
 where the disk image is stored. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends ImageConfiguration> | ImageInfo. getConfiguration()Returns the image configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ImageInfo.Builder | ImageInfo. newBuilder(ImageId imageId,
          ImageConfiguration configuration)Returns a builder for an  ImageInfoobject given the image identity and an image
 configuration. | 
| static ImageInfo | ImageInfo. of(ImageId imageId,
  ImageConfiguration configuration)Returns an  ImageInfoobject given the image identity and an image configuration. | 
| abstract ImageInfo.Builder | ImageInfo.Builder. setConfiguration(ImageConfiguration configuration)Sets the image configuration. | 
| Image.Builder | Image.Builder. setConfiguration(ImageConfiguration configuration) | 
Copyright © 2019 Google LLC. All rights reserved.