| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
AttachedDisk.PersistentDiskConfiguration.Mode |
AttachedDisk.PersistentDiskConfiguration.mode()
Returns the mode in which to attach this disk.
|
static AttachedDisk.PersistentDiskConfiguration.Mode |
AttachedDisk.PersistentDiskConfiguration.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachedDisk.PersistentDiskConfiguration.Mode[] |
AttachedDisk.PersistentDiskConfiguration.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AttachedDisk.PersistentDiskConfiguration.Builder |
AttachedDisk.PersistentDiskConfiguration.Builder.mode(AttachedDisk.PersistentDiskConfiguration.Mode mode)
Sets the mode in which to attach this disk.
|
Copyright © 2016 Google. All rights reserved.