18 lines
578 B
YAML
18 lines
578 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
help_text:
|
|
brief: "Describe a network profile."
|
|
description: "Describe a network profile."
|
|
examples: |
|
|
To retrieve a single network profile and print its properties, run the following command:
|
|
$ {command} my-network-profile
|
|
request:
|
|
ALPHA:
|
|
api_version: alpha
|
|
BETA:
|
|
api_version: beta
|
|
collection: compute.networkProfiles
|
|
arguments:
|
|
resource:
|
|
help_text: Name of the network profile you want to inspect.
|
|
spec: !REF googlecloudsdk.command_lib.compute.resources:network_profile
|