mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud redis clusters update (CLUSTER : --region=REGION)
|
||||
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async] [--deletion-protection]
|
||||
[--node-type=NODE_TYPE] [--ondemand-maintenance]
|
||||
[--persistence-mode=PERSISTENCE_MODE]
|
||||
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
|
||||
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
|
||||
|
|
@ -83,6 +84,14 @@ FLAGS
|
|||
Enable deletion protection for the Redis Cluster. Use
|
||||
--deletion-protection/--no-deletion-protection to enable/disable it.
|
||||
|
||||
--node-type=NODE_TYPE
|
||||
Node Type of the redis cluster Node. NODE_TYPE must be one of:
|
||||
redis-highmem-medium, redis-highmem-xlarge, redis-shared-core-nano,
|
||||
redis-standard-small.
|
||||
|
||||
--ondemand-maintenance
|
||||
Trigger an on-demand maintenance.
|
||||
|
||||
--persistence-mode=PERSISTENCE_MODE
|
||||
Operation mode for persistence. PERSISTENCE_MODE must be one of:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue