replicaCount property

  1. @TagNumber.new(31)
int get replicaCount

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);
  1. @TagNumber.new(31)
set replicaCount (int v)

Implementation

@$pb.TagNumber(31)
set replicaCount($core.int v) {
  $_setSignedInt32(25, v);
}