secondaryIpRange property

  1. @TagNumber(30)
String get secondaryIpRange

Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or "auto".

Implementation

@$pb.TagNumber(30)
$core.String get secondaryIpRange => $_getSZ(24);
  1. @TagNumber(30)
set secondaryIpRange (String v)

Implementation

@$pb.TagNumber(30)
set secondaryIpRange($core.String v) { $_setString(24, v); }