File: //snap/google-cloud-cli/current/lib/surface/network_services/tcp_routes/export.yaml
release_tracks: [GA, ALPHA]
help_text:
brief: |
Export tcp route.
description: |
Export a tcp route.
examples: |
To export a tcp route named 'my-tcp-route' to a YAML file, run:
$ {command} my-tcp-route --destination=my-tcp-route.yaml --location=global
request:
collection: networkservices.projects.locations.tcpRoutes
ALPHA:
api_version: v1alpha1
GA:
api_version: v1
arguments:
resource:
spec: !REF googlecloudsdk.command_lib.network_services.resources:tcpRoute
help_text: |
Name of the tcp route to export.