Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Class and Description |
---|---|
static class |
AttachedDisk.CreateDiskConfiguration
An attached disk configuration for bootable persistent disks that must be created with the
instance they are attached to.
|
static class |
AttachedDisk.PersistentDiskConfiguration
An attached disk configuration for existing persistent disks.
|
static class |
AttachedDisk.ScratchDiskConfiguration
An attached disk configuration for scratch disks.
|
Modifier and Type | Method and Description |
---|---|
<T extends AttachedDisk.AttachedDiskConfiguration> |
AttachedDisk.getConfiguration()
Returns the attached disk configuration.
|
Modifier and Type | Method and Description |
---|---|
static AttachedDisk.Builder |
AttachedDisk.newBuilder(AttachedDisk.AttachedDiskConfiguration configuration)
Returns a builder for an
AttachedDisk object given its configuration. |
static AttachedDisk |
AttachedDisk.of(AttachedDisk.AttachedDiskConfiguration configuration)
Returns an
AttachedDisk object given its configuration. |
static AttachedDisk |
AttachedDisk.of(String deviceName,
AttachedDisk.AttachedDiskConfiguration configuration)
Returns an
AttachedDisk object given the device name and its configuration. |
AttachedDisk.Builder |
AttachedDisk.Builder.setConfiguration(AttachedDisk.AttachedDiskConfiguration configuration)
Sets the attached disk configuration.
|
Copyright © 2019 Google LLC. All rights reserved.