interface property

String? interface
getter/setter pair

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. Possible string values are:

  • "NVME"
  • "SCSI"

Implementation

core.String? interface;