gcloud compute addresses list
NAME
…]--format
FORMAT
]--help
]--limit
LIMIT
]--project
PROJECT_ID
]--quiet
, -q
]--regexp
REGEXP
, -r
REGEXP
]--global
| --regions
[REGION
…]]--sort-by
SORT_BY
]--uri
]-h
]gcloud compute addresses list
lists summary information of addresses in a project. The
--uri
option can be used to display URIs instead. Users who want to
see more data should use gcloud compute addresses describe
.--regions
or
--global
flag.NAME
…]
--global
--limit
LIMIT
--regexp
REGEXP
, -r
REGEXP
--regions
[REGION
…]
--sort-by
SORT_BY
~
).
--uri
--format
FORMAT
json
, text
, yaml
.
--help
--project
PROJECT_ID
--quiet
, -q
-h
$ gcloud compute addresses list
$ gcloud compute addresses list --uri
$ gcloud compute addresses list --global
$ gcloud compute addresses list --regions
us-central1
and the
europe-west1
regions, run:$ gcloud compute addresses list --regions us-central1 europe-west1
compute
component. See
installing components
if it is not installed.