mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Mar 29 10:40:15 UTC 2023
This commit is contained in:
parent
4ccfc7a5e3
commit
5fabf24be7
269 changed files with 6797 additions and 464 deletions
|
|
@ -4,6 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud redis instances update (INSTANCE : --region=REGION) [--async]
|
||||
[--display-name=DISPLAY_NAME] [--enable-auth]
|
||||
[--maintenance-version=MAINTENANCE_VERSION]
|
||||
[--persistence-mode=PERSISTENCE_MODE]
|
||||
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
|
||||
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
|
||||
|
|
@ -76,6 +77,15 @@ FLAGS
|
|||
--enable-auth
|
||||
Enables Redis AUTH for the instance.
|
||||
|
||||
--maintenance-version=MAINTENANCE_VERSION
|
||||
Specifies which maintenance version to apply to your instance during
|
||||
self-service maintenance. To view the available maintenance versions
|
||||
for your instance, run gcloud redis instances describe [INSTANCE_ID].
|
||||
Acceptable values for this flag are either latest or one of the
|
||||
specific versions listed by the describe command. If you pass the value
|
||||
latest, the Memorystore updates to the most recent available
|
||||
maintenance version during self service maintenance.
|
||||
|
||||
--persistence-mode=PERSISTENCE_MODE
|
||||
Operation mode for automated persistence. PERSISTENCE_MODE must be one
|
||||
of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue