1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/compute/addresses/describe
2022-03-01 04:29:52 +00:00

50 lines
1.4 KiB
Text

NAME
gcloud compute addresses describe - display detailed information about an
address
SYNOPSIS
gcloud compute addresses describe NAME [--global | --region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute addresses describe displays all data associated with an
address in a project.
EXAMPLES
To get details about a global address, run:
$ gcloud compute addresses describe ADDRESS --global
To get details about a regional address, run:
$ gcloud compute addresses describe ADDRESS --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