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 |
DiskImageConfiguration
A Google Compute Engine disk image configuration.
|
class |
StorageImageConfiguration
A 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
ImageInfo object given the image identity and an image
configuration. |
static ImageInfo |
ImageInfo.of(ImageId imageId,
ImageConfiguration configuration)
Returns an
ImageInfo object given the image identity and an image configuration. |
Image.Builder |
Image.Builder.setConfiguration(ImageConfiguration configuration) |
abstract ImageInfo.Builder |
ImageInfo.Builder.setConfiguration(ImageConfiguration configuration)
Sets the image configuration.
|
Copyright © 2019 Google LLC. All rights reserved.