| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| DiskInstantiationConfig | DiskInstantiationConfig. clone() | 
| DiskInstantiationConfig | DiskInstantiationConfig. set(String fieldName,
   Object value) | 
| DiskInstantiationConfig | DiskInstantiationConfig. setAutoDelete(Boolean autoDelete)Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the
 disk is detached from the instance). | 
| DiskInstantiationConfig | DiskInstantiationConfig. setCustomImage(String customImage)The custom source image to be used to restore this disk when instantiating this instance
 template. | 
| DiskInstantiationConfig | DiskInstantiationConfig. setDeviceName(String deviceName)Specifies the device name of the disk to which the configurations apply to. | 
| DiskInstantiationConfig | DiskInstantiationConfig. setInstantiateFrom(String instantiateFrom)Specifies whether to include the disk and what image to use. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DiskInstantiationConfig> | SourceInstanceParams. getDiskConfigs()Attached disks configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| SourceInstanceParams | SourceInstanceParams. setDiskConfigs(List<DiskInstantiationConfig> diskConfigs)Attached disks configuration. | 
Copyright © 2011–2021 Google. All rights reserved.