24 lines
655 B
YAML
24 lines
655 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Show details about a Compute Engine future reservation.
|
|
description: Show details about a Compute Engine future reservation.
|
|
examples: |
|
|
To describe a given Compute Engine future reservation, run:
|
|
|
|
$ {command} my-reservation --zone=ZONE
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.compute.resources:future_reservation
|
|
help_text: The name of the future reservation to describe.
|
|
|
|
request:
|
|
api_version: v1
|
|
collection: compute.futureReservations
|
|
method: get
|
|
BETA:
|
|
api_version: beta
|
|
ALPHA:
|
|
api_version: alpha
|