1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed Feb 1 11:38:52 UTC 2023

This commit is contained in:
Automated 2023-02-01 11:38:52 +00:00
parent 6dc17bdd4a
commit fc11b54760
173 changed files with 5650 additions and 253 deletions

View file

@ -3,8 +3,10 @@ NAME
given backup
SYNOPSIS
gcloud alpha alloydb clusters restore CLUSTER --region=REGION
--backup=BACKUP [--async] [--network=NETWORK]
gcloud alpha alloydb clusters restore CLUSTER --region=REGION [--async]
[--network=NETWORK]
[--backup=BACKUP
: --point-in-time=POINT_IN_TIME --source-cluster=SOURCE_CLUSTER]
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
[GCLOUD_WIDE_FLAG ...]
@ -28,15 +30,6 @@ REQUIRED FLAGS
regions at https://cloud.google.com/sql/docs/instance-locations.
OPTIONAL FLAGS
RestoreCluster source types.
At most one of these can be specified:
Restore a cluster using a specific backup as the source.
--backup=BACKUP
AlloyDB backup ID
--async
Return immediately, without waiting for the operation in progress to
complete.
@ -48,6 +41,30 @@ OPTIONAL FLAGS
network, 'testsharednetwork', this would be of the
form:--network=projects/testproject/global/networks/testsharednetwork
RestoreCluster source types.
At most one of these can be specified:
Restore a cluster using a specific backup as the source.
--backup=BACKUP
AlloyDB backup ID
Restore a cluster from a source cluster at a given point in time.
--point-in-time=POINT_IN_TIME
Point in time to restore to, in RFC 3339 format. For example,
2012-11-15T16:19:00.094Z.
This flag argument must be specified if any of the other arguments
in this group are specified.
--source-cluster=SOURCE_CLUSTER
Source cluster name.
This flag argument must be specified if any of the other arguments
in this group are specified.
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
be used to protect the cluster. The 'AlloyDB Service Agent' service
account must hold permission 'Cloud KMS CryptoKey Encrypter/Decrypter'.