Class AllocationOptions (2.13.0)

AllocationOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Range auto-allocation options, to be optionally used when CIDR block is not explicitly set.

Attributes

Name Description
allocation_strategy google.cloud.networkconnectivity_v1.types.InternalRange.AllocationStrategy
Optional. Allocation strategy Not setting this field when the allocation is requested means an implementation defined strategy is used.
first_available_ranges_lookup_size int
Optional. This field must be set only when allocation_strategy is set to RANDOM_FIRST_N_AVAILABLE. The value should be the maximum expected parallelism of range creation requests issued to the same space of peered netwroks.