| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.Builder.autoDelete(boolean autoDelete)
Sets whether the disk should auto-delete when the instance to which it's attached is
deleted.
|
AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.Builder.boot(boolean boot)
Sets whether to use the attached disk as a boot disk.
|
static AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.builder(DiskId sourceDisk)
Returns a builder for a
PersistentDiskConfiguration object given the identity of the
persistent disk to attach. |
AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.Builder.mode(AttachedDisk.PersistentDiskConfiguration.Mode mode)
Sets the mode in which to attach this disk.
|
AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.Builder.sourceDisk(DiskId sourceDisk)
Sets the identity of the persistent disk to be attached.
|
AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.toBuilder()
Returns a builder for the current configuration.
|
Copyright © 2016 Google. All rights reserved.