prefixLength property

int? prefixLength
getter/setter pair

An alternate to ip_cidr_range.

Can be set when trying to create a reservation that automatically finds a free range of the given size. If both ip_cidr_range and prefix_length are set, there is an error if the range sizes do not match. Can also be used during updates to change the range size.

Implementation

core.int? prefixLength;