- NAME
- gcloud-compute-forwarding-rules-list - List forwarding rules
- SYNOPSIS
-
gcloud compute forwarding-rules list [NAME …] [--format FORMAT] [--help] [--limit LIMIT] [--project PROJECT] [--quiet, -q] [--regexp REGEXP, -r REGEXP] [--global | --regions [REGION …]] [--sort-by SORT_BY] [--uri] [-h]
- DESCRIPTION
-
gcloud compute forwarding-rules list
lists summary information of forwarding rules in a project. The “--uri” option can be used to display URIs instead. Users who want to see more data should usegcloud compute forwarding-rules describe
. - By default, global forwarding rules and forwarding rules from all regions are listed. The results can be narrowed down by providing the “--region” and/or “--global” flags.
- POSITIONAL ARGUMENTS
-
-
[NAME …]
- Names or URIs of resources to filter the results by.
-
- FLAGS
-
-
--format
FORMAT
- Specify a format for printed output. By default, a command-specific human-friendly output format is used. Setting this flag to one of the available options will serialize the result of the command in the chosen format and print it to stdout. Supported formats are: "json", "text", "yaml".
-
--global
- If provided, only global resources are shown.
-
--help
- Display detailed help.
-
--limit
LIMIT
- The maximum number of results.
-
--project
PROJECT
- Google Cloud Platform project to use for this invocation.
-
--quiet
- Disable all interactive prompts when running gcloud commands. If input is required, defaults will be used, or an error will be raised.
-
--regexp
REGEXP
- A regular expression to filter the names of the results on.
-
--regions
[REGION …]
- If provided, only regional resources are shown. If arguments are provided, only resources from the given regions are shown.
-
--sort-by
SORT_BY
- A field to sort by. To perform a descending-order sort, prefix the value of this flag with a tilde (“~”).
-
--uri
- If provided, the list command will only print URIs for the resources returned. If this flag is not provided, the list command will print a human-readable table of useful resource data.
-
-h
- Print a summary help and exit.
-
- EXAMPLES
- To list all forwarding rules in a project in table form, run:
-
$ gcloud compute forwarding-rules list
- To list the URIs of all forwarding rules in a project, run:
-
$ gcloud compute forwarding-rules list --uri
- To list all of the global forwarding rules in a project, run:
-
$ gcloud compute forwarding-rules list --global
- To list all of the regional forwarding rules in a project, run:
-
$ gcloud compute forwarding-rules list --regions
- To list all of the forwarding rules from the “us-central1” and the “europe-west1” regions, run:
-
$ gcloud compute forwarding-rules list --regions us-central1 europe-west1
gcloud compute forwarding-rules list
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License , and code samples are licensed under the Apache 2.0 License . For details, see our Site Policies .
Last updated August 11, 2014.