1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Mar 29 10:40:15 UTC 2023

This commit is contained in:
Automated 2023-03-29 10:40:15 +00:00
parent 4ccfc7a5e3
commit 5fabf24be7
269 changed files with 6797 additions and 464 deletions

View file

@ -15,9 +15,8 @@ DESCRIPTION
invoked on the primary disk and --secondary-disk must be provided.
EXAMPLES
Replication can only be started from the primary scope. To start
replication from the primary disk 'my-disk-1' in zone us-east1-a to the
secondary disk 'my-disk-2' in zone us-west1-a:
Start replication from the primary disk 'my-disk-1' in zone us-east1-a to
the secondary disk 'my-disk-2' in zone us-west1-a:
$ gcloud alpha compute disks start-async-replication my-disk-1 \
--zone=us-east1-a --secondary-disk=my-disk-2 \
@ -103,5 +102,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta compute disks start-async-replication