Upgrades the Memcache instance to a newer memcached engine version specified in the request.
HTTP request
POST https://memcache.googleapis.com/v1/{name=projects/*/locations/*/instances/*}:upgrade
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Memcache instance resource name using the form: |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"memcacheVersion": enum ( |
Fields | |
---|---|
memcacheVersion |
Required. Specifies the target version of memcached engine to upgrade to. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.