InstanceFromTemplateScratchDisk

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceName: String? = null

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? = null

The size of the disk in gigabytes. One of 375 or 3000.