- NAME
-
- gcloud alpha filestore snapshots describe - describe a Filestore snapshot
- SYNOPSIS
-
-
gcloud alpha filestore snapshots describe
SNAPSHOT
(--region
=REGION
|--zone
=ZONE
) [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(ALPHA)
Displays all data associated with a Filestore snapshot given a valid snapshot name.This command can fail for the following reasons:
- The snapshot specified does not exist.
- The active account does not have permission to access the given snapshot.
- EXAMPLES
-
To display all data associated with a snapshot of the name 'my-snapshot' in the
region us-central1:
gcloud alpha filestore snapshots describe my-snapshot --region=us-central1
- POSITIONAL ARGUMENTS
-
SNAPSHOT
- Arguments and flags that specify the Filestore snapshot you want to create.
- REQUIRED FLAGS
-
-
Exactly one of these must be specified:
--region
=REGION
- Region (e.g. us-central1) for the snapshot.
--zone
=ZONE
- Zone (e.g. us-central1-c) for the snapshot.
-
Exactly one of these must be specified:
- 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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.