mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -58,16 +58,17 @@ REQUIRED FLAGS
|
|||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--source-cluster=SOURCE_CLUSTER
|
||||
AlloyDB source cluster to restore from. This must either be the
|
||||
full cluster name
|
||||
(projects/myProject/locations/us-central1/backups/myCluster) or the
|
||||
cluster ID (myCluster). In the second case, the project and
|
||||
location are assumed to be the same as the restored cluster that is
|
||||
being created.
|
||||
Source for a point in time restore operation.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--source-cluster=SOURCE_CLUSTER
|
||||
AlloyDB source cluster to restore from. This must either be the
|
||||
full cluster name
|
||||
(projects/myProject/locations/us-central1/backups/myCluster) or
|
||||
the cluster ID (myCluster). In the second case, the project and
|
||||
location are assumed to be the same as the restored cluster that
|
||||
is being created.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--allocated-ip-range-name=ALLOCATED_IP_RANGE_NAME
|
||||
|
|
@ -76,7 +77,7 @@ OPTIONAL FLAGS
|
|||
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])?.
|
||||
[a-z]([-a-z0-9]*[a-z0-9])?.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue