mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
56 lines
1.4 KiB
Text
56 lines
1.4 KiB
Text
|
|
NAME
|
||
|
|
gcloud alpha compute addresses - read and manipulate Compute Engine
|
||
|
|
addresses
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha compute addresses GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) Read and manipulate Compute Engine addresses.
|
||
|
|
|
||
|
|
For more information about addresses, see the addresses documentation
|
||
|
|
(https://cloud.google.com/compute/docs/ip-addresses/).
|
||
|
|
|
||
|
|
See also: Addresses API
|
||
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/addresses).
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
GROUPS
|
||
|
|
GROUP is one of the following:
|
||
|
|
|
||
|
|
config
|
||
|
|
(ALPHA) Manage Compute Engine address configurations.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
(ALPHA) Reserve IP addresses.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(ALPHA) Release reserved IP addresses.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(ALPHA) Display detailed information about an address.
|
||
|
|
|
||
|
|
list
|
||
|
|
(ALPHA) List addresses.
|
||
|
|
|
||
|
|
update
|
||
|
|
(ALPHA) Update a Compute Engine address.
|
||
|
|
|
||
|
|
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. These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud compute addresses
|
||
|
|
|
||
|
|
$ gcloud beta compute addresses
|
||
|
|
|