installGpuDriver property
Whether the end user authorizes Google Cloud to install GPU driver on this instance. If this field is empty or set to false, the GPU driver won't be installed. Only applicable to instances with GPUs.
Implementation
@$pb.TagNumber(11)
$core.bool get installGpuDriver => $_getBF(9);
Implementation
@$pb.TagNumber(11)
set installGpuDriver($core.bool v) { $_setBool(9, v); }