skipRequestedAddressValidation property

bool? skipRequestedAddressValidation
getter/setter pair

Skips validating if the requested_address is in use by SN VPC’s peering group.

Compute Engine will still perform this check and fail the request if the requested_address is in use. Note that Compute Engine does not check for the existence of dynamic routes when performing this check. Caller of this API should make sure that there are no dynamic routes overlapping with the requested_address/prefix_length IP address range otherwise the created subnet could cause misrouting.

Optional.

Implementation

core.bool? skipRequestedAddressValidation;