GetInstanceScratchDisk

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name with which the attached disk is accessible under /dev/disk/by-id/

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.