1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -6,7 +6,8 @@ SYNOPSIS
gcloud beta alloydb clusters restore CLUSTER --region=REGION
(--backup=BACKUP
| --point-in-time=POINT_IN_TIME --source-cluster=SOURCE_CLUSTER)
[--async] [--network=NETWORK]
[--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME] [--async]
[--network=NETWORK]
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
[GCLOUD_WIDE_FLAG ...]
@ -59,6 +60,14 @@ REQUIRED FLAGS
in this group are specified.
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.