ipCollection property

String? ipCollection
getter/setter pair

Reference to the source of IP addresses.

It supports the following cases:

  • Case 1: PublicDelegatedPrefix (PDP) for BYOIP external addresses.

If an IPv4 PDP is used, the PDP must support enhanced IPv4 allocations. If an IPv6 PDP is used, the PDP must be in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.

 Case 2: Internal Range for global internal addresses.

Use one of the following formats to specify the resource:

For a Public Delegated Prefix:

Full resource URL:https://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp

  • Partial URL:
  • projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name - regions/region/publicDelegatedPrefixes/pdp-name

For an Internal Range:

  • Full URL:https://networkconnectivity.googleapis.com/v1/projects/project/locations/global/internalRanges/internal-range
  • Partial URL:projects/project/locations/global/internalRanges/internal-range

Implementation

core.String? ipCollection;