25 lines
591 B
YAML
25 lines
591 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Describe a hub.
|
|
description: Retrieve and display details about a hub.
|
|
|
|
examples: |
|
|
To display details about a hub named ``my-hub'', run:
|
|
|
|
$ {command} my-hub
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.network_connectivity.resources:hub
|
|
help_text: Name of the hub to be described.
|
|
|
|
request: &request
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
BETA:
|
|
api_version: v1beta
|
|
GA:
|
|
api_version: v1
|
|
collection: networkconnectivity.projects.locations.global.hubs
|