| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageImageConfiguration.Builder |
StorageImageConfiguration.builder(String source)
Creates a
StorageImageConfiguration builder given the full Google Cloud Storage URL
where the disk image is stored. |
StorageImageConfiguration.Builder |
StorageImageConfiguration.Builder.containerType(StorageImageConfiguration.ContainerType containerType)
Sets the format used to encode and transmit the block device.
|
StorageImageConfiguration.Builder |
StorageImageConfiguration.Builder.sha1(String sha1)
Sets the SHA1 checksum of the disk image before unpackaging.
|
StorageImageConfiguration.Builder |
StorageImageConfiguration.Builder.source(String source)
Sets the full Google Cloud Storage URL where the disk image is stored (e.g.
|
StorageImageConfiguration.Builder |
StorageImageConfiguration.toBuilder() |
Copyright © 2016 Google. All rights reserved.