23 lines
545 B
YAML
23 lines
545 B
YAML
- release_tracks: [ALPHA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Describe a simulation.
|
|
description: |
|
|
Show details of a simulation.
|
|
examples: |
|
|
The following command prints the simulation with id `1234`.
|
|
|
|
$ {command} 1234
|
|
|
|
request:
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
collection: networkmanagement.projects.locations.simulations
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.network_management.simulation.resources:simulation
|
|
help_text: |
|
|
ID of the simulation to describe.
|