interface property

String? interface
getter/setter pair

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

For most machine types, the default is SCSI. Local SSDs can use either NVME or SCSI. In certain configurations, persistent disks can use NVMe. For more information, see About persistent disks. Possible string values are:

  • "NVME"
  • "SCSI"

Implementation

core.String? interface;