Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
AttachedDisk.PersistentDiskConfiguration.Mode |
AttachedDisk.PersistentDiskConfiguration.getMode()
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.setMode(AttachedDisk.PersistentDiskConfiguration.Mode mode)
Sets the mode in which to attach this disk.
|
Copyright © 2019 Google LLC. All rights reserved.