secondaryIpRange property

String? secondaryIpRange
getter/setter pair

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".

Optional.

Implementation

core.String? secondaryIpRange;