mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
|
|
@ -8,8 +8,8 @@ SYNOPSIS
|
|||
| [--automated-backup-days-of-week=[DAYS_OF_WEEK,...]
|
||||
--automated-backup-start-times=[START_TIMES,...]
|
||||
: --automated-backup-window=TIMEOUT_PERIOD
|
||||
--automated-backup-retention-count=RETENTION_COUNT
|
||||
| --automated-backup-retention-period=RETENTION_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]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -76,6 +76,44 @@ OPTIONAL FLAGS
|
|||
window must be at least 5 minutes long. There is no upper bound on
|
||||
the window. If not set, it will default to 1 hour.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that
|
||||
will be used to protect the automated backups. The 'AlloyDB Service
|
||||
Agent' service account must hold permission 'Cloud KMS CryptoKey
|
||||
Encrypter/Decrypter'. The arguments in this group can be used to
|
||||
specify the attributes of this resource.
|
||||
|
||||
--automated-backup-encryption-key=AUTOMATED_BACKUP_ENCRYPTION_KEY
|
||||
ID of the key or fully qualified identifier for the key. To set
|
||||
the kms-key attribute:
|
||||
◇ provide the argument --automated-backup-encryption-key on the
|
||||
command line.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--automated-backup-encryption-key-keyring=AUTOMATED_BACKUP_ENCRYPTION_KEY_KEYRING
|
||||
The KMS keyring of the key. To set the kms-keyring attribute:
|
||||
◇ provide the argument --automated-backup-encryption-key on the
|
||||
command line with a fully specified name;
|
||||
◇ provide the argument
|
||||
--automated-backup-encryption-key-keyring on the command line.
|
||||
|
||||
--automated-backup-encryption-key-location=AUTOMATED_BACKUP_ENCRYPTION_KEY_LOCATION
|
||||
The Cloud location for the key. To set the kms-location
|
||||
attribute:
|
||||
◇ provide the argument --automated-backup-encryption-key on the
|
||||
command line with a fully specified name;
|
||||
◇ provide the argument
|
||||
--automated-backup-encryption-key-location on the command line.
|
||||
|
||||
--automated-backup-encryption-key-project=AUTOMATED_BACKUP_ENCRYPTION_KEY_PROJECT
|
||||
The Cloud project for the key. To set the kms-project attribute:
|
||||
◇ provide the argument --automated-backup-encryption-key on the
|
||||
command line with a fully specified name;
|
||||
◇ provide the argument
|
||||
--automated-backup-encryption-key-project on the command line;
|
||||
◇ set the property core/project.
|
||||
|
||||
Retention policy. If no retention policy is provided, all automated
|
||||
backups will be retained.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue