mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
44 lines
1,002 B
Text
44 lines
1,002 B
Text
|
|
NAME
|
||
|
|
gcloud compute routers nats rules - list, create, update, describe, and
|
||
|
|
delete Cloud NAT Rules
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud compute routers nats rules COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
List, create, update, describe, and delete Cloud NAT Rules.
|
||
|
|
|
||
|
|
For more information about Cloud NAT, see the Cloud NAT documentation
|
||
|
|
(https://cloud.google.com/nat/docs/using-nat).
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
Add a Rule to a Compute Engine NAT.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete a Rule in a Compute Engine NAT.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describe a Rule in a Compute Engine NAT.
|
||
|
|
|
||
|
|
list
|
||
|
|
Lists the NATs on a Compute Engine router.
|
||
|
|
|
||
|
|
update
|
||
|
|
Update a Rule in a Compute Engine NAT.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha compute routers nats rules
|
||
|
|
|
||
|
|
$ gcloud beta compute routers nats rules
|
||
|
|
|