authorizedNetworks property

List<String>? authorizedNetworks
getter/setter pair

The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to.

Networks can be added using UpdateDomain. The domain is only available on networks listed in authorized_networks. If CIDR subnets overlap between networks, domain creation will fail.

Optional.

Implementation

core.List<core.String>? authorizedNetworks;