mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Jul 20 08:59:31 UTC 2022
This commit is contained in:
parent
879929cbc6
commit
380c3aa29f
83 changed files with 1945 additions and 446 deletions
|
|
@ -40,6 +40,9 @@ COMMANDS
|
|||
list
|
||||
(ALPHA) List addresses.
|
||||
|
||||
move
|
||||
(ALPHA) Move an address to another project.
|
||||
|
||||
update
|
||||
(ALPHA) Update a Compute Engine address.
|
||||
|
||||
|
|
|
|||
51
gcloud/alpha/compute/addresses/move
Normal file
51
gcloud/alpha/compute/addresses/move
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
NAME
|
||||
gcloud alpha compute addresses move - move an address to another project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute addresses move NAME --target-project=TARGET_PROJECT
|
||||
[--description=DESCRIPTION] [--new-name=NEW_NAME]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Move an address to another project.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the address to operate on.
|
||||
|
||||
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.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--description=DESCRIPTION
|
||||
Description of moved new address.
|
||||
|
||||
--new-name=NEW_NAME
|
||||
Name of moved new address. If not specified, current address's name is
|
||||
used.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If set, the address is global.
|
||||
|
||||
--region=REGION
|
||||
Region of the address to operate on. Overrides the default
|
||||
compute/region property value for this command invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue