machineConfig property
Configuration for the machines that host the underlying database engine.
Implementation
@$pb.TagNumber(2)
AlloyDbSettings_PrimaryInstanceSettings_MachineConfig get machineConfig =>
$_getN(1);
Implementation
@$pb.TagNumber(2)
set machineConfig(AlloyDbSettings_PrimaryInstanceSettings_MachineConfig v) {
setField(2, v);
}