To describe the global forwarding rule "fr-elb" for a load balancer, run:
gdcloud compute forwarding-rules describe fr-elb \
--load-balancing-scheme=EXTERNAL \
--global
To describe the zonal forwarding rule "fr-elb" for a load balancer, run:
gdcloud compute forwarding-rules describe fr-elb \
--load-balancing-scheme=EXTERNAL
REQUIRED FLAGS
--load-balancing-scheme string Load balancing scheme of the forwarding rule. Available values are INTERNAL or EXTERNAL.
OPTIONAL FLAGS
--global If set, the global forwarding rule is described.
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-12 UTC."],[[["The `gdcloud compute forwarding-rules describe` command is used to retrieve details about a specific forwarding rule for a load balancer."],["You must specify the forwarding rule's name and its load balancing scheme (either `INTERNAL` or `EXTERNAL`) when using this command."],["Use the `--global` flag to describe a global forwarding rule, or omit it to describe a zonal rule."],["The `--zone` flag allows you to specify the zone when describing a zonal forwarding rule in a multi-zone environment."],["Several flags such as `--configuration`, `--format`, `--help`, `--project`, `--quiet` are available as general options for this command as well as others."]]],[]]