ReservationSpecificReservationInstancePropertiesLocalSsd

data class ReservationSpecificReservationInstancePropertiesLocalSsd(val diskSizeGb: Int, val interface: String? = null)

Constructors

constructor(diskSizeGb: Int, interface: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The size of the disk in base-2 GB.

Link copied to clipboard
val interface: String? = null

The disk interface to use for attaching this disk. Default value is SCSI. Possible values are: SCSI, NVME.