File: //snap/google-cloud-cli/current/lib/surface/network_connectivity/hubs/route_tables/describe.yaml
- release_tracks: [BETA, GA]
help_text:
brief: Describe a route table.
description: |
Retrieve and display details about a route table.
examples: |
To display details about a route table named ``my-route-table'', run:
$ {command} my-route-table
arguments:
resource:
spec: !REF googlecloudsdk.command_lib.network_connectivity.resources:routeTable
help_text: |
Name of the route table to describe.
request: &request
BETA:
api_version: v1beta
GA:
api_version: v1
collection: networkconnectivity.projects.locations.global.hubs.routeTables