installGpuDriver property

  1. @TagNumber(11)
bool get installGpuDriver

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);
  1. @TagNumber(11)
set installGpuDriver (bool v)

Implementation

@$pb.TagNumber(11)
set installGpuDriver($core.bool v) { $_setBool(9, v); }