mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +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
|
|
@ -8,6 +8,7 @@ SYNOPSIS
|
|||
[--automated-backup-mode=AUTOMATED_BACKUP_MODE]
|
||||
[--automated-backup-start-time=AUTOMATED_BACKUP_START_TIME]
|
||||
[--automated-backup-ttl=AUTOMATED_BACKUP_TTL] [--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]
|
||||
|
|
@ -106,6 +107,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