secondaryIpRanges property

List<SubnetworkSecondaryRange>? secondaryIpRanges
getter/setter pair

An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.

The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. This field can be updated with a patch request.

Implementation

core.List<SubnetworkSecondaryRange>? secondaryIpRanges;