1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/alpha/filestore/backups/describe
2022-03-01 04:29:52 +00:00

54 lines
1.8 KiB
Text

NAME
gcloud alpha filestore backups describe - describe a Filestore backup
SYNOPSIS
gcloud alpha filestore backups describe BACKUP --region=REGION
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Displays all data associated with a Filestore backup given a valid
backup name.
This command can fail for the following reasons:
▪ The backup specified does not exist.
▪ The active account does not have permission to access the given
backup.
EXAMPLES
To display all data associated with a backup of the name 'my-backup' in the
region us-central1:
$ gcloud alpha filestore backups describe my-backup \
--region=us-central1
POSITIONAL ARGUMENTS
BACKUP
Arguments and flags that specify the Filestore backup you want to
create.
REQUIRED FLAGS
--region=REGION
Region (e.g. us-central1) for the backup.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the file/v1p1alpha1 API. The full documentation for this
API can be found at: https://cloud.google.com/filestore/
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. These variants are also available:
$ gcloud filestore backups describe
$ gcloud beta filestore backups describe