mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|||
(BACKUP_SCHEDULE : --database=DATABASE --instance=INSTANCE)
|
||||
--backup-type=[BACKUP_TYPE] --cron=CRON
|
||||
--retention-duration=RETENTION_DURATION
|
||||
[--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 ...]
|
||||
|
||||
|
|
@ -111,6 +111,28 @@ OPTIONAL FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
Key resource - Cloud KMS key(s) to be used to create the Cloud Spanner
|
||||
backup. 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
|
||||
backup. The arguments in this group can be used to specify the
|
||||
attributes of this resource.
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ SYNOPSIS
|
|||
gcloud beta spanner backup-schedules update
|
||||
(BACKUP_SCHEDULE : --database=DATABASE --instance=INSTANCE)
|
||||
(--cron=CRON --encryption-type=ENCRYPTION_TYPE
|
||||
--retention-duration=RETENTION_DURATION [--kms-key=KMS_KEY
|
||||
: --kms-keyring=KMS_KEYRING
|
||||
--retention-duration=RETENTION_DURATION --kms-keys=[KMS_KEYS,...]
|
||||
| [--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -99,6 +99,28 @@ REQUIRED FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
Key resource - Cloud KMS key(s) to be used to create the Cloud Spanner
|
||||
backup. 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
|
||||
backup. 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