GetInstanceScratchDisk

data class GetInstanceScratchDisk(val interface: String, val size: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The disk interface used for attaching this disk. One of SCSI or NVME.

Link copied to clipboard
val size: Int

The size of the image in gigabytes.