| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageDiskConfiguration.Builder |
ImageDiskConfiguration.builder(ImageId imageId)
Returns a builder for an
ImageDiskConfiguration object given the image identity. |
ImageDiskConfiguration.Builder |
ImageDiskConfiguration.Builder.sizeGb(Long sizeGb)
Sets the size of the persistent disk, in GB.
|
ImageDiskConfiguration.Builder |
ImageDiskConfiguration.Builder.sourceImage(ImageId sourceImage)
Sets the identity of the source image used to create the disk.
|
ImageDiskConfiguration.Builder |
ImageDiskConfiguration.toBuilder() |
Copyright © 2016 Google. All rights reserved.