File: //snap/google-cloud-cli/current/lib/surface/compute/future_reservations/describe.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