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 AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.newBuilder(DiskId sourceDisk)
Returns a builder for a
PersistentDiskConfiguration object given the identity of the
persistent disk to attach. |
AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.Builder.setAutoDelete(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.setBoot(boolean boot)
Sets whether to use the attached disk as a boot disk.
|
AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.Builder.setMode(AttachedDisk.PersistentDiskConfiguration.Mode mode)
Sets the mode in which to attach this disk.
|
AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.Builder.setSourceDisk(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 © 2019 Google LLC. All rights reserved.