Attached Disk Args
data class AttachedDiskArgs(val deviceName: Output<String>? = null, val existingDisk: Output<String>? = null, val newDisk: Output<DiskArgs>? = null) : ConvertibleToJava<AttachedDiskArgs>
A new or an existing persistent disk (PD) or a local ssd attached to a VM instance.
Properties
Link copied to clipboard
Device name that the guest operating system will see. It is used by Runnable.volumes field to mount disks. So please specify the device_name if you want Batch to help mount the disk, and it should match the device_name field in volumes.
Link copied to clipboard
Name of an existing PD.