mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Mar 27 09:52:07 UTC 2024
This commit is contained in:
parent
5b4fac9106
commit
4ade1b44cc
148 changed files with 5765 additions and 482 deletions
|
|
@ -6,6 +6,10 @@ SYNOPSIS
|
|||
gcloud alloydb clusters create-secondary CLUSTER
|
||||
--primary-cluster=PRIMARY_CLUSTER --region=REGION
|
||||
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
|
||||
[--continuous-backup-recovery-window-days=RECOVERY_PERIOD
|
||||
--enable-continuous-backup
|
||||
[--continuous-backup-encryption-key=CONTINUOUS_BACKUP_ENCRYPTION_KEY
|
||||
: --continuous-backup-encryption-key-keyring=CONTINUOUS_BACKUP_ENCRYPTION_KEY_KEYRING --continuous-backup-encryption-key-location=CONTINUOUS_BACKUP_ENCRYPTION_KEY_LOCATION --continuous-backup-encryption-key-project=CONTINUOUS_BACKUP_ENCRYPTION_KEY_PROJECT]]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -46,6 +50,60 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
Continuous Backup configuration. If unspecified, continuous backups are
|
||||
copied from the associated primary cluster.
|
||||
|
||||
--continuous-backup-recovery-window-days=RECOVERY_PERIOD
|
||||
Recovery window of the log files and backups saved to support
|
||||
Continuous Backups.
|
||||
|
||||
--enable-continuous-backup
|
||||
Enables Continuous Backups on the cluster.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that
|
||||
will be used to protect the continuous backup. The 'AlloyDB Service
|
||||
Agent's service account must hold permission 'Cloud KMS CryptoKey
|
||||
Encrypter/Decrypter'. The arguments in this group can be used to specify
|
||||
the attributes of this resource.
|
||||
|
||||
--continuous-backup-encryption-key=CONTINUOUS_BACKUP_ENCRYPTION_KEY
|
||||
ID of the key or fully qualified identifier for the key.
|
||||
|
||||
To set the kms-key attribute:
|
||||
▫ provide the argument --continuous-backup-encryption-key on the
|
||||
command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--continuous-backup-encryption-key-keyring=CONTINUOUS_BACKUP_ENCRYPTION_KEY_KEYRING
|
||||
The KMS keyring of the key.
|
||||
|
||||
To set the kms-keyring attribute:
|
||||
▫ provide the argument --continuous-backup-encryption-key on the
|
||||
command line with a fully specified name;
|
||||
▫ provide the argument --continuous-backup-encryption-key-keyring
|
||||
on the command line.
|
||||
|
||||
--continuous-backup-encryption-key-location=CONTINUOUS_BACKUP_ENCRYPTION_KEY_LOCATION
|
||||
The Google Cloud location for the key.
|
||||
|
||||
To set the kms-location attribute:
|
||||
▫ provide the argument --continuous-backup-encryption-key on the
|
||||
command line with a fully specified name;
|
||||
▫ provide the argument
|
||||
--continuous-backup-encryption-key-location on the command line.
|
||||
|
||||
--continuous-backup-encryption-key-project=CONTINUOUS_BACKUP_ENCRYPTION_KEY_PROJECT
|
||||
The Google Cloud project for the key.
|
||||
|
||||
To set the kms-project attribute:
|
||||
▫ provide the argument --continuous-backup-encryption-key on the
|
||||
command line with a fully specified name;
|
||||
▫ provide the argument --continuous-backup-encryption-key-project
|
||||
on the command line;
|
||||
▫ set the property core/project.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
|
||||
be used to protect the cluster. The 'AlloyDB Service Agent' service
|
||||
account must hold permission 'Cloud KMS CryptoKey Encrypter/Decrypter'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue