InstanceScratchDiskArgs

data class InstanceScratchDiskArgs(val interface: Output<String>, val size: Output<Int>? = null) : ConvertibleToJava<InstanceScratchDiskArgs>

Constructors

Link copied to clipboard
constructor(interface: Output<String>, size: Output<Int>? = null)

Properties

Link copied to clipboard
val interface: Output<String>

The disk interface to use for attaching this disk; either SCSI or NVME.

Link copied to clipboard
val size: Output<Int>? = null

The size of the image in gigabytes. If not specified, it will inherit the size of its base image.

Functions

Link copied to clipboard
open override fun toJava(): InstanceScratchDiskArgs