ipPrefixLength property

int? ipPrefixLength
getter/setter pair

The prefix length of the subnet's IP address range.

Use CIDR range notation, such as 29 to provision a subnet with an x.x.x.x/29 CIDR range. The IP address range is drawn from a pool of available ranges in the service consumer's allocated range. GCE disallows subnets with prefix_length > 29

Required.

Implementation

core.int? ipPrefixLength;