machineConfig property
Configurations for the machines that host the underlying database engine.
Implementation
@$pb.TagNumber(10)
Instance_MachineConfig get machineConfig => $_getN(9);
Implementation
@$pb.TagNumber(10)
set machineConfig(Instance_MachineConfig v) {
setField(10, v);
}