mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
71 lines
2 KiB
Text
71 lines
2 KiB
Text
NAME
|
|
gcloud alpha compute forwarding-rules - read and manipulate traffic
|
|
forwarding rules to network load balancers
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute forwarding-rules GROUP | COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) 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.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
config
|
|
(ALPHA) Manage traffic forwarding rule configurations.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a forwarding rule to direct network traffic to a load
|
|
balancer.
|
|
|
|
delete
|
|
(ALPHA) Delete forwarding rules.
|
|
|
|
describe
|
|
(ALPHA) Display detailed information about a forwarding rule.
|
|
|
|
export
|
|
(ALPHA) Export a forwarding rule.
|
|
|
|
import
|
|
(ALPHA) Import a forwarding rule.
|
|
|
|
list
|
|
(ALPHA) List Google Compute Engine forwarding rules.
|
|
|
|
set-target
|
|
(ALPHA) Modify a forwarding rule to direct network traffic to a new
|
|
target.
|
|
|
|
update
|
|
(ALPHA) Update a Compute Engine forwarding rule.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute forwarding-rules
|
|
|
|
$ gcloud beta compute forwarding-rules
|
|
|