28 lines
626 B
YAML
28 lines
626 B
YAML
release_tracks: [GA, ALPHA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Delete a gateway.
|
|
description: |
|
|
Delete the specified Network Services gateway.
|
|
examples: |
|
|
To delete a gateway named 'my-gateway', run:
|
|
|
|
$ {command} my-gateway --location=global
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.network_services.resources:gateway
|
|
help_text: |
|
|
Name of the gateway you want to delete.
|
|
|
|
async:
|
|
collection: networkservices.projects.locations.operations
|
|
|
|
request: &request
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
GA:
|
|
api_version: v1
|
|
collection: networkservices.projects.locations.gateways
|