bootDisk

@JvmName(name = "tcgxuoutcefpjbby")
suspend fun bootDisk(value: Output<DiskArgs>)
@JvmName(name = "ptlsjuhmdswahbaw")
suspend fun bootDisk(value: DiskArgs?)

Parameters

value

Boot disk to be created and attached to each VM by this InstancePolicy. Boot disk will be deleted when the VM is deleted. Batch API now only supports booting from image.


@JvmName(name = "omxuojopffflvarn")
suspend fun bootDisk(argument: suspend DiskArgsBuilder.() -> Unit)

Parameters

argument

Boot disk to be created and attached to each VM by this InstancePolicy. Boot disk will be deleted when the VM is deleted. Batch API now only supports booting from image.