mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta redis clusters backups list
|
||||
(--backup_collection=BACKUP_COLLECTION : --region=REGION)
|
||||
(--backup-collection=BACKUP_COLLECTION : --region=REGION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ EXAMPLES
|
|||
To list up to 5 backups in the us-central1 region, run:
|
||||
|
||||
$ gcloud beta redis clusters backups list \
|
||||
--backup_collection=my-collection --region=us-central1 --limit=5
|
||||
--backup-collection=my-collection --region=us-central1 --limit=5
|
||||
|
||||
REQUIRED FLAGS
|
||||
Backup collection resource - The backup collection of the backups to
|
||||
|
|
@ -26,19 +26,19 @@ REQUIRED FLAGS
|
|||
group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --backup_collection on the command line with a
|
||||
◆ provide the argument --backup-collection on the command line with a
|
||||
fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--backup_collection=BACKUP_COLLECTION
|
||||
--backup-collection=BACKUP_COLLECTION
|
||||
ID of the backup collection or fully qualified identifier for the
|
||||
backup collection.
|
||||
|
||||
To set the backup_collection attribute:
|
||||
▸ provide the argument --backup_collection on the command line.
|
||||
To set the backup-collection attribute:
|
||||
▸ provide the argument --backup-collection on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
|
@ -48,7 +48,7 @@ REQUIRED FLAGS
|
|||
default redis/region property value for this command invocation.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument --backup_collection on the command line with
|
||||
▸ provide the argument --backup-collection on the command line with
|
||||
a fully specified name;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property redis/region.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue