1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 17:05:28 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -6,6 +6,7 @@ SYNOPSIS
gcloud alloydb clusters create-secondary CLUSTER
--primary-cluster=PRIMARY_CLUSTER --region=REGION
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
[--tags=[KEY=VALUE,...]]
[--automated-backup-days-of-week=[DAYS_OF_WEEK,...]
--automated-backup-start-times=[START_TIMES,...]
--automated-backup-window=TIMEOUT_PERIOD --enable-automated-backup
@ -55,6 +56,12 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--tags=[KEY=VALUE,...]
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
<tag-key-namespaced-name>=<tag-value-short-name>.
Example: 123/environment=production,123/costCenter=marketing
Automated backup policy. If unspecified, automated backups are copied from
the associated primary cluster.

View file

@ -8,6 +8,7 @@ SYNOPSIS
| --point-in-time=POINT_IN_TIME --source-cluster=SOURCE_CLUSTER)
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
[--enable-private-service-connect] [--network=NETWORK]
[--tags=[KEY=VALUE,...]]
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
[GCLOUD_WIDE_FLAG ...]
@ -91,6 +92,12 @@ OPTIONAL FLAGS
testsharednetwork, this would be of the
form:--network=projects/testproject/global/networks/testsharednetwork
--tags=[KEY=VALUE,...]
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
<tag-key-namespaced-name>=<tag-value-short-name>.
Example: 123/environment=production,123/costCenter=marketing
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'.