Feature Request P2
Status Update
Comments
ml...@google.com <ml...@google.com>
cl...@altirnao.com <cl...@altirnao.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
ml...@google.com <ml...@google.com> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
yi...@google.com <yi...@google.com> #4
Is it any hope? We have migrated our IP address to the server with different role, and now the name of this IP address resource doesn't match its role at all. It seems to be trivial enough to momentary reserve static IP address of the old named resource, drop resource, and immediately recreate it with the new name and the old IP address.
cl...@altirnao.com <cl...@altirnao.com> #5
This would also improve life when using the Google Deployment Manager (since it otherwise error's out if you've changed a name of an IP)
Description
It would be great if this list was :
1. externalizable in a config file instead of the code
2. configurable programmatically with a custom class at startup
3. configurable at runtime, so it can be changed without redeploying the app
This would provide a lot more flexibility for applications making heavy use of Cloud Endpoints to build general purpose REST APIs.