secondaryConfig property

  1. @TagNumber.new(22)
Cluster_SecondaryConfig get secondaryConfig

Cross Region replication config specific to SECONDARY cluster.

Implementation

@$pb.TagNumber(22)
Cluster_SecondaryConfig get secondaryConfig => $_getN(19);
  1. @TagNumber.new(22)
set secondaryConfig (Cluster_SecondaryConfig v)

Implementation

@$pb.TagNumber(22)
set secondaryConfig(Cluster_SecondaryConfig v) {
  setField(22, v);
}