mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Oct 30 10:13:17 UTC 2024
This commit is contained in:
parent
fc66f7f0ca
commit
d7d92f8000
166 changed files with 6197 additions and 300 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta alloydb backups create BACKUP --cluster=CLUSTER --region=REGION
|
||||
[--async]
|
||||
[--async] [--tags=[KEY=VALUE,...]]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -45,6 +45,12 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--tags=[KEY=VALUE,...]
|
||||
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
|
||||
<tag-key-namespaced-name>=<tag-value-short-name>.
|
||||
|
||||
Example: 123/environment=production,123/costCenter=marketing
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
|
||||
be used to protect the backup. The 'AlloyDB Service Agent' service account
|
||||
must hold permission 'Cloud KMS CryptoKey Encrypter/Decrypter'. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue