mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
53 lines
1.3 KiB
Text
53 lines
1.3 KiB
Text
NAME
|
|
gcloud beta compute routers nats - list, create, describe, and delete Cloud
|
|
NAT
|
|
|
|
SYNOPSIS
|
|
gcloud beta compute routers nats GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) List, create, describe, and delete Cloud NAT.
|
|
|
|
For more information about Cloud NAT, see the Cloud NAT documentation
|
|
(https://cloud.google.com/nat/docs/using-nat).
|
|
|
|
See also: Routers API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/routers).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
rules
|
|
(BETA) List, create, update, describe, and delete Cloud NAT Rules.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Add a NAT to a Compute Engine router.
|
|
|
|
delete
|
|
(BETA) Remove a NAT from a Compute Engine router.
|
|
|
|
describe
|
|
(BETA) Describe a NAT in a Compute Engine router.
|
|
|
|
list
|
|
(BETA) Lists the NATs on a Compute Engine router.
|
|
|
|
update
|
|
(BETA) Update a NAT on a Compute Engine router.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud compute routers nats
|
|
|
|
$ gcloud alpha compute routers nats
|
|
|