mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta alloydb clusters create CLUSTER --password=PASSWORD
|
||||
--region=REGION [--async] [--database-version=DATABASE_VERSION]
|
||||
[--network=NETWORK]
|
||||
--region=REGION [--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME]
|
||||
[--async] [--database-version=DATABASE_VERSION] [--network=NETWORK]
|
||||
[--continuous-backup-recovery-window-days=RECOVERY_PERIOD
|
||||
--enable-continuous-backup
|
||||
[--continuous-backup-encryption-key=CONTINUOUS_BACKUP_ENCRYPTION_KEY
|
||||
|
|
@ -42,6 +42,14 @@ REQUIRED FLAGS
|
|||
regions at https://cloud.google.com/sql/docs/instance-locations.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME
|
||||
Name of the allocated IP range for the private IP AlloyDB cluster, for
|
||||
example: "google-managed-services-default". If set, the instance IPs
|
||||
for this cluster will be created in the allocated range. The range name
|
||||
must comply with RFC 1035. Specifically, the name must be 1-63
|
||||
characters long and match the regular expression
|
||||
[a-z]([-a-z0-9][a-z0-9])?.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue