gcloud alpha compute routers nats rules describe

NAME
gcloud alpha compute routers nats rules describe - describe a Rule in a Compute Engine NAT
SYNOPSIS
gcloud alpha compute routers nats rules describeRULE_NUMBER--nat=NAT--router=ROUTER[--region=REGION][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA)gcloud alpha compute routers nats rulesdescribe is used to describe a Rule on a Compute Engine NAT.
EXAMPLES
To describe Rule 1 in NAT 'n1' in router 'r1', run:
gcloudalphacomputeroutersnatsrulesdescribe1--nat=n1--router=r1--region=us-central1
POSITIONAL ARGUMENTS
RULE_NUMBER
Number that uniquely identifies the Rule to operate on
REQUIRED FLAGS
--nat=NAT
Name of the NAT that contains the Rule
--router=ROUTER
Router to use for NAT.
OPTIONAL FLAGS
--region=REGION
Region of the NAT containing the Rule to describe. If not specified, you mightbe prompted to select a region (interactive mode only).

To avoid prompting when this flag is omitted, you can set thecompute/region property:

gcloudconfigsetcompute/regionREGION

A list of regions can be fetched by running:

gcloudcomputeregionslist

To unset the property, run:

gcloudconfigunsetcompute/region

Alternatively, the region can be stored in the environment variableCLOUDSDK_COMPUTE_REGION.

GCLOUD WIDE FLAGS
These flags are available to all commands:--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.

Run$gcloud help for details.

NOTES
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudcomputeroutersnatsrulesdescribe
gcloudbetacomputeroutersnatsrulesdescribe

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-19 UTC.