Feature Request P2
Status Update
Comments
al...@cloudware.it <al...@cloudware.it> #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
dh...@google.com <dh...@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?
al...@cloudware.it <al...@cloudware.it> #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.
dh...@google.com <dh...@google.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)
al...@cloudware.it <al...@cloudware.it> #6
Over 3 years to get something as basic as renaming a static IP address. Any progress here?
Description
The following is an API discovery doc snippet that contains mentioned "standard" parameters but personally I'd be happy with just the "fields" param.
{ kind: "discovery#restDescription",
discoveryVersion: "v1",
...
parameters: {
fields: {
type: "string",
description: "Selector specifying which fields to include in a partial response.",
location: "query"
},
key: {
type: "string",
description: "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
location: "query"
},
oauth_token: {
type: "string",
description: "OAuth 2.0 token for the current user.",
location: "query"
},
quotaUser: {
type: "string",
description: "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.",
location: "query"
},
userIp: {
type: "string",
description: "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
location: "query"
}
}
}