File: //snap/google-cloud-cli/current/lib/surface/container/backup_restore/volume_backups/describe.yaml
- release_tracks: [ALPHA, BETA]
help_text:
brief: Describe a volume backup.
description: |
Describe a Backup for GKE volume backup.
## EXAMPLES
To describe a volume backup ``my-volume-backup'' in project ``my-project'' in location ``us-central1'' under backup plan ``my-backup-plan'' under backup ``my-backup'', run:
$ {command} my-volume-backup --project=my-project --location=us-central1 --backup-plan=my-backup-plan --backup=my-backup
request:
collection: gkebackup.projects.locations.backupPlans.backups.volumeBackups
api_version: v1
arguments:
resource:
help_text: |
Name of the volume backup to describe. The name may be provided either as a relative name,
e.g.
`projects/<project>/locations/<location>/backupPlans/<backupPlan>/backups/<backup>/volumeBackups/<volumeBackup>`
or as a single ID name (with the parent resources provided via options or through
properties), e.g.
`VOLUME_BACKUPS --project=PROJECT --location=LOCATION --backup-plan=BACKUP_PLAN --backup=BACKUP`.
spec: !REF googlecloudsdk.command_lib.container.backup_restore.resources:volume_backup