1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Jul 25 09:27:13 UTC 2024

This commit is contained in:
Automated 2024-07-25 09:27:13 +00:00
parent 503936d882
commit 3a4c5997b9
153 changed files with 2744 additions and 496 deletions

View file

@ -7,6 +7,7 @@ SYNOPSIS
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
[--database-version=DATABASE_VERSION]
[--enable-private-service-connect] [--network=NETWORK]
[--subscription-type=SUBSCRIPTION_TYPE]
[--continuous-backup-recovery-window-days=RECOVERY_PERIOD
--enable-continuous-backup
[--continuous-backup-encryption-key=CONTINUOUS_BACKUP_ENCRYPTION_KEY
@ -71,6 +72,10 @@ OPTIONAL FLAGS
testsharednetwork, this would be of the
form:--network=projects/testproject/global/networks/testsharednetwork
--subscription-type=SUBSCRIPTION_TYPE
Subscription type of the cluster. SUBSCRIPTION_TYPE must be one of:
STANDARD, TRIAL.
Continuous Backup configuration. If unspecified, continuous backups are
enabled.

View file

@ -4,6 +4,7 @@ NAME
SYNOPSIS
gcloud alloydb clusters update CLUSTER --region=REGION [--async]
[--subscription-type=SUBSCRIPTION_TYPE]
[--clear-automated-backup | --disable-automated-backup
| --automated-backup-days-of-week=[DAYS_OF_WEEK,...]
--automated-backup-start-times=[START_TIMES,...]
@ -43,6 +44,10 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--subscription-type=SUBSCRIPTION_TYPE
Subscription type of the cluster. SUBSCRIPTION_TYPE must be one of:
STANDARD, TRIAL.
Automated backup policy.
At most one of these can be specified: