podIpv4RangeNames property

List<String>? podIpv4RangeNames
getter/setter pair

List of secondary ranges names within this subnetwork that can be used for pod IPs.

Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2

Implementation

core.List<core.String>? podIpv4RangeNames;