| 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.Builder | 
AttachedDisk.newBuilder(AttachedDisk.AttachedDiskConfiguration configuration)
Returns a builder for an  
AttachedDisk object given its configuration. | 
AttachedDisk.Builder | 
AttachedDisk.Builder.setConfiguration(AttachedDisk.AttachedDiskConfiguration configuration)
Sets the attached disk configuration. 
 | 
AttachedDisk.Builder | 
AttachedDisk.Builder.setDeviceName(String deviceName)
Sets the unique device name of your choice that is reflected into the  
/dev/disk/by-id/google-* tree of a Linux operating system running within the instance. | 
AttachedDisk.Builder | 
AttachedDisk.Builder.setIndex(Integer index)
Sets a zero-based index to this disk, where 0 is reserved for the boot disk. 
 | 
AttachedDisk.Builder | 
AttachedDisk.toBuilder()
Returns a builder for the current attached disk. 
 | 
Copyright © 2019 Google LLC. All rights reserved.