@@ -267,9 +267,9 @@ class AddSubnetworkRequest
267267 attr_accessor :description
268268
269269 # Required. The prefix length of the subnet's IP address range. Use CIDR range
270- # notation, such as `30 ` to provision a subnet with an `x.x.x.x/30 ` CIDR range.
270+ # notation, such as `29 ` to provision a subnet with an `x.x.x.x/29 ` CIDR range.
271271 # The IP address range is drawn from a pool of available ranges in the service
272- # consumer's allocated range.
272+ # consumer's allocated range. GCE disallows subnets with prefix_length > 29
273273 # Corresponds to the JSON property `ipPrefixLength`
274274 # @return [Fixnum]
275275 attr_accessor :ip_prefix_length
@@ -3692,9 +3692,9 @@ class RangeReservation
36923692 include Google ::Apis ::Core ::Hashable
36933693
36943694 # Required. The size of the desired subnet. Use usual CIDR range notation. For
3695- # example, '30 ' to find unused x.x.x.x/30 CIDR range. The goal is to determine
3695+ # example, '29 ' to find unused x.x.x.x/29 CIDR range. The goal is to determine
36963696 # if one of the allocated ranges has enough free space for a subnet of the
3697- # requested size.
3697+ # requested size. GCE disallows subnets with prefix_length > 29
36983698 # Corresponds to the JSON property `ipPrefixLength`
36993699 # @return [Fixnum]
37003700 attr_accessor :ip_prefix_length
@@ -3709,9 +3709,10 @@ class RangeReservation
37093709 attr_accessor :requested_ranges
37103710
37113711 # Optional. The size of the desired secondary ranges for the subnet. Use usual
3712- # CIDR range notation. For example, '30 ' to find unused x.x.x.x/30 CIDR range.
3712+ # CIDR range notation. For example, '29 ' to find unused x.x.x.x/29 CIDR range.
37133713 # The goal is to determine that the allocated ranges have enough free space for
3714- # all the requested secondary ranges.
3714+ # all the requested secondary ranges. GCE disallows subnets with prefix_length >
3715+ # 29
37153716 # Corresponds to the JSON property `secondaryRangeIpPrefixLengths`
37163717 # @return [Array<Fixnum>]
37173718 attr_accessor :secondary_range_ip_prefix_lengths
0 commit comments