1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -4,7 +4,10 @@ NAME
SYNOPSIS
gcloud alpha redis clusters update (CLUSTER : --region=REGION)
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async] [--deletion-protection]
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async]
[--automated-backup-mode=AUTOMATED_BACKUP_MODE]
[--automated-backup-start-time=AUTOMATED_BACKUP_START_TIME]
[--automated-backup-ttl=AUTOMATED_BACKUP_TTL] [--deletion-protection]
[--persistence-mode=PERSISTENCE_MODE]
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
@ -80,6 +83,25 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--automated-backup-mode=AUTOMATED_BACKUP_MODE
Automated backup mode. AUTOMATED_BACKUP_MODE must be one of:
disabled
(default) Automated backup is disabled.
enabled
Automated backup is enabled.
--automated-backup-start-time=AUTOMATED_BACKUP_START_TIME
One-hour window when you want automated-backup operations to start.
Specify the time in the format HH:00 on a 24-hour cycle in UTC time.
--automated-backup-ttl=AUTOMATED_BACKUP_TTL
Time to live for automated backups. A backup will be deleted
automatically after the TTL is reached. It ranges from 1 day to 365
days. For example, "10d" for 10 days. If not specified, the default
value is 35 days.
--deletion-protection
Enable deletion protection for the Redis Cluster. Use
--deletion-protection/--no-deletion-protection to enable/disable it.