Attached Disk Response
data class AttachedDiskResponse(val deviceName: String, val existingDisk: String, val newDisk: DiskResponse)
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.
Link copied to clipboard