diskInterface property

  1. @TagNumber(6)
String diskInterface

Local SSDs are available through both "SCSI" and "NVMe" interfaces. If not indicated, "NVMe" will be the default one for local ssds. We only support "SCSI" for persistent disks now.

Implementation

@$pb.TagNumber(6)
$core.String get diskInterface => $_getSZ(4);
  1. @TagNumber(6)
void diskInterface=(String v)

Implementation

@$pb.TagNumber(6)
set diskInterface($core.String v) { $_setString(4, v); }