diskInterface property
Specifies the disk interface to use for attaching this disk.
Optional. Possible string values are:
- "DISK_INTERFACE_UNSPECIFIED" : Default value, which is unused.
- "SCSI" : SCSI Disk Interface.
- "NVME" : NVME Disk Interface.
- "NVDIMM" : NVDIMM Disk Interface.
- "ISCSI" : ISCSI Disk Interface.
Implementation
core.String? diskInterface;