1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 23:49:35 +00:00

gcloud: Wed Apr 16 10:41:40 UTC 2025

This commit is contained in:
Automated 2025-04-16 10:41:40 +00:00
parent 4637d39593
commit b589c4c4ad
316 changed files with 13928 additions and 1163 deletions

View file

@ -60,8 +60,16 @@ EXAMPLES
To specify the allocated IP range for the private IP target Instance
(reserved for future use):
$ gcloud alpha sql instances clone instance-foo instance-bar \
--allocated-ip-range-name range-bar
$ gcloud alpha sql instances clone my-source-instance \
my-cloned-instance \
--allocated-ip-range-name cloned-instance-ip-range
To clone a deleted instance, include the name and deletion time of the
source instance:
$ gcloud alpha sql instances clone my-source-instance \
my-cloned-instance \
--source-instance-deletion-time '2012-11-15T16:19:00.094Z'
POSITIONAL ARGUMENTS
SOURCE