replicaCount property
Optional. The number of replica nodes. The valid range for the Standard
Tier with read replicas enabled is 1-5 and defaults to 2. If read
replicas are not enabled for a Standard Tier instance, the only valid value
is 1 and the default is 1. The valid value for basic tier is 0 and the
default is also 0.
Implementation
@$pb.TagNumber(31)
$core.int get replicaCount => $_getIZ(25);
Implementation
@$pb.TagNumber(31)
set replicaCount($core.int v) {
$_setSignedInt32(25, v);
}