interface property

String? interface
getter/setter pair

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.

The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Possible string values are:

  • "NVME"
  • "SCSI"

Implementation

core.String? interface;