InstanceScratchDisk

data class InstanceScratchDisk(val interface: String, val size: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val size: Int? = null

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