GCP Compute Public Delegated Prefix
A Public Delegated Prefix is a regional Google Cloud resource that represents a block of publicly routable IPv4 addresses which Google has assigned to your project. Once created, the prefix (or portions of it) can be further delegated to other projects or VPC networks and ultimately assigned to individual VM instances, load balancers, or other services. Managing prefixes in this way allows you to control and audit public IP usage across large, multi-project environments.
For full details see the official documentation: https://cloud.google.com/compute/docs/reference/rest/v1/publicDelegatedPrefixes/get
Terrafrom Mappings:
google_compute_public_delegated_prefix.id
Supported Methods​
GET
: Get a gcp-compute-public-delegated-prefix by its "name"LIST
: List all gcp-compute-public-delegated-prefixSEARCH
: Search with full ID: projects/[project]/regions/[region]/publicDelegatedPrefixes/[name] (used for terraform mapping).
Possible Links​
gcp-cloud-resource-manager-project
​
A Public Delegated Prefix is owned by, and therefore linked to, the Google Cloud project in which it is created. Overmind links the prefix to its parent project so you can trace IP address ownership back to the project level.
gcp-compute-public-delegated-prefix
​
Public Delegated Prefixes can be hierarchical: a larger prefix may act as the parent of one or more smaller delegated sub-prefixes. Overmind links related prefixes together, letting you navigate between parent and child Public Delegated Prefix resources.