authorizedNetworks property
The list of external networks that are allowed to connect to the instance using the IP.
In 'CIDR' notation, also known as 'slash' notation (for example: 192.168.100.0/24).
Implementation
core.List<AclEntry>? authorizedNetworks;