authorizedNetworks property

  1. @TagNumber.new(4)
List<SqlAclEntry> get authorizedNetworks

The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g. 192.168.100.0/24).

Implementation

@$pb.TagNumber(4)
$core.List<SqlAclEntry> get authorizedNetworks => $_getList(3);