Assigned
Status Update
Comments
xi...@google.com <xi...@google.com> #2
I have forwarded this feature request internally to the engineering team. However, I cannot provide you with an ETA of the resolution at this time. But rest assured that Google strives on improving its products and that your feedback helps us do just that.
ja...@shazam.com <ja...@shazam.com> #3
In GCP, with the concept of Shared VPC with host and service projects, the IPs should belong to the host projects but they do not? You have to reserve IP addresses in service projects. In the web interface, there is no where see the list of reserved internal IPs of a shared vpc subnet in a service project?
Description
Task the customer wants to accomplish: Have a section on the similar way than "External IP addresses exist" in which we could see a list with all the Static Internal IPs indicating to which VPC belongs each one. This would avoid having to manually check going into every VPC.
Current workaround: Nowadays, you have to go to VPC Networks > [SELECT VPC] > Static Internal IP addresses.
But for large customers, this could not be the best solution as if they have many VPCs they would have to manually check this information for every existing VPC (as reserved Static Internal IPs belong to a VPC). Therefore, current workaround to obtain a list with all this information is to run the following gcloud command:
"gcloud compute addresses list" as is stated on documentation [1].
[1]