mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
|
|
@ -7,8 +7,8 @@ SYNOPSIS
|
|||
: --destination-instance=DESTINATION_INSTANCE)
|
||||
(--source-backup=SOURCE_BACKUP : --source-instance=SOURCE_INSTANCE)
|
||||
[--async]
|
||||
[--encryption-type=ENCRYPTION_TYPE [--kms-key=KMS_KEY
|
||||
: --kms-keyring=KMS_KEYRING
|
||||
[--encryption-type=ENCRYPTION_TYPE --kms-keys=[KMS_KEYS,...]
|
||||
| [--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -114,6 +114,28 @@ OPTIONAL FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
Key resource - Cloud KMS key(s) to be used to restore the Cloud Spanner
|
||||
database. This represents a Cloud resource. (NOTE) Some attributes are
|
||||
not given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the kms-project attribute:
|
||||
▸ provide the argument --kms-keys on the command line with a fully
|
||||
specified name.
|
||||
|
||||
To set the kms-location attribute:
|
||||
▸ provide the argument --kms-keys on the command line with a fully
|
||||
specified name.
|
||||
|
||||
To set the kms-keyring attribute:
|
||||
▸ provide the argument --kms-keys on the command line with a fully
|
||||
specified name.
|
||||
|
||||
--kms-keys=[KMS_KEYS,...]
|
||||
IDs of the keys or fully qualified identifiers for the keys.
|
||||
|
||||
To set the kms-key attribute:
|
||||
▫ provide the argument --kms-keys on the command line.
|
||||
|
||||
Key resource - Cloud KMS key to be used to restore the Cloud Spanner
|
||||
database. The arguments in this group can be used to specify the
|
||||
attributes of this resource.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue