1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/beta/network-services/agent-gateways/describe

68 lines
2.3 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
2026-05-13 13:12:23 +00:00
gcloud beta network-services agent-gateways describe - describe a Agent
Gateway
2022-03-01 04:29:52 +00:00
SYNOPSIS
2026-05-13 13:12:23 +00:00
gcloud beta network-services agent-gateways describe
(AGENT_GATEWAY : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
2022-03-01 04:29:52 +00:00
DESCRIPTION
2026-05-13 13:12:23 +00:00
(BETA) Show details of an Agent Gateway.
2022-03-01 04:29:52 +00:00
EXAMPLES
2026-05-13 13:12:23 +00:00
Show details about an Agent Gateway named 'my-agent-gateway'.
2022-03-01 04:29:52 +00:00
2026-05-13 13:12:23 +00:00
$ gcloud beta network-services agent-gateways describe \
my-agent-gateway --location=us-central1
2022-03-01 04:29:52 +00:00
POSITIONAL ARGUMENTS
2026-05-13 13:12:23 +00:00
Agent gateway resource - Name of the agent gateway to describe. The
2022-03-01 04:29:52 +00:00
arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
2023-05-04 10:43:54 +00:00
can be set in other ways.
To set the project attribute:
2026-05-13 13:12:23 +00:00
◆ provide the argument agent_gateway on the command line with a fully
2022-03-01 04:29:52 +00:00
specified name;
2024-07-31 09:35:16 +00:00
◆ provide the argument --project on the command line;
◆ set the property core/project.
2022-03-01 04:29:52 +00:00
This must be specified.
2026-05-13 13:12:23 +00:00
AGENT_GATEWAY
ID of the agent gateway or fully qualified identifier for the agent
gateway.
2023-05-04 10:43:54 +00:00
2026-05-13 13:12:23 +00:00
To set the agent_gateway attribute:
▸ provide the argument agent_gateway on the command line.
2022-03-01 04:29:52 +00:00
2022-08-10 08:48:58 +00:00
This positional argument must be specified if any of the other
arguments in this group are specified.
2022-03-01 04:29:52 +00:00
--location=LOCATION
2026-05-13 13:12:23 +00:00
The location Id.
2023-05-04 10:43:54 +00:00
To set the location attribute:
2026-05-13 13:12:23 +00:00
▸ provide the argument agent_gateway on the command line with a
fully specified name;
▸ provide the argument --location on the command line.
2022-03-01 04:29:52 +00:00
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.
API REFERENCE
2026-05-13 13:12:23 +00:00
This command uses the networkservices/v1beta1 API. The full documentation
for this API can be found at: https://cloud.google.com/networking
2022-03-01 04:29:52 +00:00
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
2026-05-13 13:12:23 +00:00
$ gcloud alpha network-services agent-gateways describe
2022-03-01 04:29:52 +00:00