Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
static StorageImageConfiguration.Builder |
StorageImageConfiguration.newBuilder(String source)
Creates a
StorageImageConfiguration builder given the full Google Cloud Storage URL
where the disk image is stored. |
StorageImageConfiguration.Builder |
StorageImageConfiguration.Builder.setContainerType(StorageImageConfiguration.ContainerType containerType)
Sets the format used to encode and transmit the block device.
|
StorageImageConfiguration.Builder |
StorageImageConfiguration.Builder.setSha1(String sha1)
Sets the SHA1 checksum of the disk image before unpackaging.
|
StorageImageConfiguration.Builder |
StorageImageConfiguration.Builder.setSource(String source)
Sets the full Google Cloud Storage URL where the disk image is stored (e.g.
|
StorageImageConfiguration.Builder |
StorageImageConfiguration.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.