Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Class and Description |
---|---|
class |
Image
A Google Compute Engine Image.
|
Modifier and Type | Method and Description |
---|---|
abstract ImageInfo |
ImageInfo.Builder.build()
Creates a
ImageInfo object. |
static ImageInfo |
ImageInfo.of(ImageId imageId,
ImageConfiguration configuration)
Returns an
ImageInfo object given the image identity and an image configuration. |
Modifier and Type | Method and Description |
---|---|
Operation |
Compute.create(ImageInfo image,
Compute.OperationOption... options)
Creates a new image.
|
Copyright © 2019 Google LLC. All rights reserved.