secondaryIpRangeNames property

List<String>? secondaryIpRangeNames
getter/setter pair

A list of the secondary ranges of the Subnetwork that are allowed to use NAT.

This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.

Implementation

core.List<core.String>? secondaryIpRangeNames;