mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Apr 17 09:40:58 UTC 2024
This commit is contained in:
parent
7e2535c53d
commit
3740758467
178 changed files with 2958 additions and 1351 deletions
|
|
@ -5,11 +5,11 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alloydb clusters update CLUSTER --region=REGION [--async]
|
||||
[--clear-automated-backup | --disable-automated-backup
|
||||
| [--automated-backup-days-of-week=[DAYS_OF_WEEK,...]
|
||||
| --automated-backup-days-of-week=[DAYS_OF_WEEK,...]
|
||||
--automated-backup-start-times=[START_TIMES,...]
|
||||
: --automated-backup-window=TIMEOUT_PERIOD
|
||||
--automated-backup-window=TIMEOUT_PERIOD
|
||||
[--automated-backup-encryption-key=AUTOMATED_BACKUP_ENCRYPTION_KEY
|
||||
: --automated-backup-encryption-key-keyring=AUTOMATED_BACKUP_ENCRYPTION_KEY_KEYRING --automated-backup-encryption-key-location=AUTOMATED_BACKUP_ENCRYPTION_KEY_LOCATION --automated-backup-encryption-key-project=AUTOMATED_BACKUP_ENCRYPTION_KEY_PROJECT] --automated-backup-retention-count=RETENTION_COUNT | --automated-backup-retention-period=RETENTION_PERIOD]]
|
||||
: --automated-backup-encryption-key-keyring=AUTOMATED_BACKUP_ENCRYPTION_KEY_KEYRING --automated-backup-encryption-key-location=AUTOMATED_BACKUP_ENCRYPTION_KEY_LOCATION --automated-backup-encryption-key-project=AUTOMATED_BACKUP_ENCRYPTION_KEY_PROJECT] --automated-backup-retention-count=RETENTION_COUNT | --automated-backup-retention-period=RETENTION_PERIOD]
|
||||
[--continuous-backup-recovery-window-days=RECOVERY_PERIOD
|
||||
--enable-continuous-backup --clear-continuous-backup-encryption-key
|
||||
| [--continuous-backup-encryption-key=CONTINUOUS_BACKUP_ENCRYPTION_KEY : --continuous-backup-encryption-key-keyring=CONTINUOUS_BACKUP_ENCRYPTION_KEY_KEYRING --continuous-backup-encryption-key-location=CONTINUOUS_BACKUP_ENCRYPTION_KEY_LOCATION --continuous-backup-encryption-key-project=CONTINUOUS_BACKUP_ENCRYPTION_KEY_PROJECT]]
|
||||
|
|
@ -60,18 +60,12 @@ OPTIONAL FLAGS
|
|||
DAYS_OF_WEEK must be one of: MONDAY, TUESDAY, WEDNESDAY, THURSDAY,
|
||||
FRIDAY, SATURDAY, SUNDAY.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--automated-backup-start-times=[START_TIMES,...]
|
||||
Comma-separated list of times during the day to start a backup. At
|
||||
least one start time must be provided. The start times are assumed
|
||||
to be in UTC and required to be an exact hour in the format HH:00.
|
||||
(e.g., --automated-backup-start-times=01:00,13:00)
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--automated-backup-window=TIMEOUT_PERIOD
|
||||
The length of the time window beginning at start time during which
|
||||
a backup can be taken. If a backup does not succeed within this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue