mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 14 09:38:18 UTC 2024
This commit is contained in:
parent
7fe34c472b
commit
d35819d273
105 changed files with 5241 additions and 346 deletions
|
|
@ -57,39 +57,43 @@ OPTIONAL FLAGS
|
|||
of the database's resource name. If database ID is not provided,
|
||||
(default) will be used as database ID.
|
||||
|
||||
This value should be 4-63 characters. Valid characters are /[a-z][0-9]-/
|
||||
with first character a letter and the last a letter or a number. Must
|
||||
not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/.
|
||||
This value should be 4-63 characters. Valid characters are
|
||||
/[a-z][0-9]-/ with first character a letter and the last a letter or a
|
||||
number. Must not be UUID-like
|
||||
/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/.
|
||||
|
||||
Using "(default)" database ID is also allowed.
|
||||
Using "(default)" database ID is also allowed.
|
||||
|
||||
--delete-protection
|
||||
Whether to enable delete protection on the created database.
|
||||
|
||||
If set to true, delete protection of the new database will be enabled
|
||||
and delete operations will fail unless delete protection is disabled.
|
||||
If set to true, delete protection of the new database will be enabled
|
||||
and delete operations will fail unless delete protection is disabled.
|
||||
|
||||
Default to false.
|
||||
Default to false.
|
||||
|
||||
--enable-pitr
|
||||
Whether to enable Point In Time Recovery (PITR) on the created
|
||||
database.
|
||||
|
||||
If set to true, PITR on the new database will be enabled. By default,
|
||||
this feature is not enabled.
|
||||
If set to true, PITR on the new database will be enabled. By default,
|
||||
this feature is not enabled.
|
||||
|
||||
--kms-key-name=KMS_KEY_NAME
|
||||
The resource ID of a Cloud KMS key. If set, the database created will
|
||||
be a Customer-Managed Encryption Key (CMEK) database encrypted with
|
||||
this key. This feature is allowlist only in initial launch.
|
||||
|
||||
Only a key in the same location as this database is allowed to be used for encryption.
|
||||
For Firestore's nam5 multi-region, this corresponds to Cloud KMS location us.
|
||||
For Firestore's eur3 multi-region, this corresponds to Cloud KMS location europe.
|
||||
See https://cloud.google.com/kms/docs/locations.
|
||||
Only a key in the same location as this database is allowed to be used
|
||||
for encryption. For Firestore's nam5 multi-region, this corresponds to
|
||||
Cloud KMS location us. For Firestore's eur3 multi-region, this
|
||||
corresponds to Cloud KMS location europe. See
|
||||
https://cloud.google.com/kms/docs/locations.
|
||||
|
||||
This value should be the KMS key resource ID in the format of `projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
|
||||
How to retrieve this resource ID is listed at https://cloud.google.com/kms/docs/getting-resource-ids#getting_the_id_for_a_key_and_version.
|
||||
This value should be the KMS key resource ID in the format of
|
||||
projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.
|
||||
How to retrieve this resource ID is listed at
|
||||
https://cloud.google.com/kms/docs/getting-resource-ids#getting_the_id_for_a_key_and_version.
|
||||
|
||||
--type=TYPE; default="firestore-native"
|
||||
The type of the database. TYPE must be one of: firestore-native,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue