| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. clone() | 
| AttachedDiskInitializeParams | AttachedDisk. getInitializeParams()[Input Only] Specifies the parameters for a new disk that will be created alongside the new
 instance. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. set(String fieldName,
   Object value) | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setDescription(String description)An optional description. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setDiskName(String diskName)Specifies the disk name. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setDiskSizeGb(Long diskSizeGb)Specifies the size of the disk in base-2 GB. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setDiskType(String diskType)Specifies the disk type to use to create the instance. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setLabels(Map<String,String> labels)Labels to apply to this disk. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setOnUpdateAction(String onUpdateAction)Specifies which action to take on instance update with this disk. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setProvisionedIops(Long provisionedIops)Indicates how many IOPS must be provisioned for the disk. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setResourcePolicies(List<String> resourcePolicies)Resource policies applied to this disk for automatic snapshot creations. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setSourceImage(String sourceImage)The source image to create this disk. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setSourceImageEncryptionKey(CustomerEncryptionKey sourceImageEncryptionKey)The customer-supplied encryption key of the source image. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setSourceSnapshot(String sourceSnapshot)The source snapshot to create this disk. | 
| AttachedDiskInitializeParams | AttachedDiskInitializeParams. setSourceSnapshotEncryptionKey(CustomerEncryptionKey sourceSnapshotEncryptionKey)The customer-supplied encryption key of the source snapshot. | 
| Modifier and Type | Method and Description | 
|---|---|
| AttachedDisk | AttachedDisk. setInitializeParams(AttachedDiskInitializeParams initializeParams)[Input Only] Specifies the parameters for a new disk that will be created alongside the new
 instance. | 
Copyright © 2011–2021 Google. All rights reserved.