acceleratorConfig property
The hardware accelerator used on this instance. If you use
accelerators, make sure that your configuration has
enough vCPUs and memory to support the machine_type you have
selected.
Implementation
@$pb.TagNumber(9)
Instance_AcceleratorConfig get acceleratorConfig => $_getN(7);
Implementation
@$pb.TagNumber(9)
set acceleratorConfig(Instance_AcceleratorConfig v) {
setField(9, v);
}