mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +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
|
|
@ -5,8 +5,9 @@ SYNOPSIS
|
|||
gcloud alpha spanner databases create (DATABASE : --instance=INSTANCE)
|
||||
[--async] [--database-dialect=DATABASE_DIALECT] [--ddl=DDL]
|
||||
[--ddl-file=DDL_FILE] [--proto-descriptors-file=PROTO_DESCRIPTORS_FILE]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[--kms-keys=[KMS_KEYS,...] | [--kms-key=KMS_KEY
|
||||
: --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -96,6 +97,28 @@ FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
Key resource - Cloud KMS key(s) to be used to create 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 create 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