1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00
gcloud-help/gcloud/beta/compute/forwarding-rules/help
2022-03-01 04:29:52 +00:00

62 lines
1.7 KiB
Text

NAME
gcloud beta compute forwarding-rules - read and manipulate traffic
forwarding rules to network load balancers
SYNOPSIS
gcloud beta compute forwarding-rules COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Read and manipulate traffic forwarding rules for load balancers,
protocol forwarding, or Classic Cloud VPN.
For more information about forwarding rules, see the forwarding rules
documentation
(https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts).
See also: Region forwarding rules API
(https://cloud.google.com/compute/docs/reference/rest/v1/forwardingRules)
and Global forwarding rules API
(https://cloud.google.com/compute/docs/reference/rest/v1/globalForwardingRules).
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(BETA) Create a forwarding rule to direct network traffic to a load
balancer.
delete
(BETA) Delete forwarding rules.
describe
(BETA) Display detailed information about a forwarding rule.
export
(BETA) Export a forwarding rule.
import
(BETA) Import a forwarding rule.
list
(BETA) List Google Compute Engine forwarding rules.
set-target
(BETA) Modify a forwarding rule to direct network traffic to a new
target.
update
(BETA) Update a Compute Engine forwarding rule.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute forwarding-rules
$ gcloud alpha compute forwarding-rules