mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha alloydb clusters create CLUSTER --password=PASSWORD
|
||||
--region=REGION [--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME]
|
||||
[--async] [--database-version=DATABASE_VERSION] [--network=NETWORK]
|
||||
[--async] [--database-version=DATABASE_VERSION]
|
||||
[--enable-private-services-connect] [--network=NETWORK]
|
||||
[--continuous-backup-recovery-window-days=RECOVERY_PERIOD
|
||||
--enable-continuous-backup
|
||||
[--continuous-backup-encryption-key=CONTINUOUS_BACKUP_ENCRYPTION_KEY
|
||||
|
|
@ -58,6 +59,9 @@ OPTIONAL FLAGS
|
|||
Database version of the cluster. DATABASE_VERSION must be one of:
|
||||
POSTGRES_14, POSTGRES_15.
|
||||
|
||||
--enable-private-services-connect
|
||||
Enable Private Services Connect (PSC) connectivity for the cluster.
|
||||
|
||||
--network=NETWORK
|
||||
Network in the current project that the instance will be part of. To
|
||||
specify using a network with a shared VPC, use the full URL of the
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@ REQUIRED FLAGS
|
|||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
--availability-type=AVAILABILITY_TYPE
|
||||
Specifies level of availability. AVAILABILITY_TYPE must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue