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

gcloud: Wed May 10 11:35:23 UTC 2023

This commit is contained in:
Automated 2023-05-10 11:35:23 +00:00
parent a4643b613a
commit 14441c7ea7
154 changed files with 6649 additions and 164 deletions

View file

@ -6,8 +6,13 @@ SYNOPSIS
[--description=DESCRIPTION] [--new-name=NEW_NAME]
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Move an address to another project.
EXAMPLES
The following command moves address external-ip1 in region us-central1 to
project test-playground with new address name test-ip1:
$ gcloud alpha compute addresses move external-ip1 \
--new-name=test-ip1 --target-project=test-playground \
--region=us-central1
POSITIONAL ARGUMENTS
NAME
@ -15,8 +20,9 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--target-project=TARGET_PROJECT
The target project to move address in. It can be either project name or
project numerical ID. It must not be the same as the current project.
The target project to move address to. It can be either a project name
or a project numerical ID. It must not be the same as the current
project.
OPTIONAL FLAGS
--description=DESCRIPTION
@ -47,5 +53,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 addresses move