mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -8,12 +8,12 @@ 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]
|
||||
[--node-type=NODE_TYPE] [--persistence-mode=PERSISTENCE_MODE]
|
||||
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
|
||||
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
|
||||
[--remove-redis-config=[KEY,...]] [--replica-count=REPLICA_COUNT]
|
||||
[--shard-count=SHARD_COUNT] [--update-redis-config=KEY=VALUE]
|
||||
[--shard-count=SHARD_COUNT] [--simulate-maintenance-event]
|
||||
[--update-redis-config=KEY=VALUE]
|
||||
[--maintenance-window-any
|
||||
| --maintenance-window-day=MAINTENANCE_WINDOW_DAY
|
||||
--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
|
||||
|
|
@ -112,9 +112,6 @@ FLAGS
|
|||
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:
|
||||
|
||||
|
|
@ -153,6 +150,9 @@ FLAGS
|
|||
--shard-count=SHARD_COUNT
|
||||
The shard count of the cluster.
|
||||
|
||||
--simulate-maintenance-event
|
||||
Trigger a simulation for maintenance event.
|
||||
|
||||
--update-redis-config=KEY=VALUE
|
||||
A list of Redis Cluster config KEY=VALUE pairs to update. If a config
|
||||
parameter is already set, its value is modified; otherwise a new Redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue