mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
51 lines
1.4 KiB
Text
51 lines
1.4 KiB
Text
NAME
|
|
gcloud compute addresses describe - display detailed information about a
|
|
reserved static address
|
|
|
|
SYNOPSIS
|
|
gcloud compute addresses describe NAME [--global | --region=REGION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
gcloud compute addresses describe displays all data associated with a
|
|
reserved static address in a project.
|
|
|
|
EXAMPLES
|
|
To get details about a global address, run:
|
|
|
|
$ gcloud compute addresses describe my-address-name --global
|
|
|
|
To get details about a regional address, run:
|
|
|
|
$ gcloud compute addresses describe my-address-name \
|
|
--region=us-central1
|
|
|
|
POSITIONAL ARGUMENTS
|
|
NAME
|
|
Name of the address to describe.
|
|
|
|
FLAGS
|
|
At most one of these can be specified:
|
|
|
|
--global
|
|
If set, the address is global.
|
|
|
|
--region=REGION
|
|
Region of the address to describe. 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
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute addresses describe
|
|
|
|
$ gcloud beta compute addresses describe
|
|
|