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