24 lines
545 B
YAML
24 lines
545 B
YAML
release_tracks: [GA, ALPHA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Describe a gateway.
|
|
description: Show the details of a Network Services gateway.
|
|
|
|
examples: |
|
|
Show details about a gateway named 'my-gateway'.
|
|
|
|
$ {command} my-gateway --location=global
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.network_services.resources:gateway
|
|
help_text: Name of the gateway to be described.
|
|
|
|
request: &request
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
GA:
|
|
api_version: v1
|
|
collection: networkservices.projects.locations.gateways
|