additionalIpRangesConfigs property

List<AdditionalIPRangesConfig>? additionalIpRangesConfigs
getter/setter pair

The additional IP ranges that are added to the cluster.

These IP ranges can be used by new node pools to allocate node and pod IPs automatically. Each AdditionalIPRangesConfig corresponds to a single subnetwork. Once a range is removed it will not show up in IPAllocationPolicy.

Output only.

Implementation

core.List<AdditionalIPRangesConfig>? additionalIpRangesConfigs;