mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +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
|
|
@ -5,6 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta redis clusters create (CLUSTER : --region=REGION)
|
||||
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async] [--auth-mode=AUTH_MODE]
|
||||
[--automated-backup-mode=AUTOMATED_BACKUP_MODE]
|
||||
[--automated-backup-start-time=AUTOMATED_BACKUP_START_TIME]
|
||||
[--automated-backup-ttl=AUTOMATED_BACKUP_TTL]
|
||||
[--cross-cluster-replication-role=CROSS_CLUSTER_REPLICATION_ROLE]
|
||||
[--deletion-protection]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
|
||||
|
|
@ -111,6 +114,25 @@ FLAGS
|
|||
iam-auth
|
||||
IAM basic authorization is enabled for the cluster.
|
||||
|
||||
--automated-backup-mode=AUTOMATED_BACKUP_MODE
|
||||
Automated backup mode. AUTOMATED_BACKUP_MODE must be one of:
|
||||
|
||||
disabled
|
||||
(default) Automated backup is disabled.
|
||||
|
||||
enabled
|
||||
Automated backup is enabled.
|
||||
|
||||
--automated-backup-start-time=AUTOMATED_BACKUP_START_TIME
|
||||
One-hour window when you want automated-backup operations to start.
|
||||
Specify the time in the format HH:00 on a 24-hour cycle in UTC time.
|
||||
|
||||
--automated-backup-ttl=AUTOMATED_BACKUP_TTL
|
||||
Time to live for automated backups. A backup will be deleted
|
||||
automatically after the TTL is reached. It ranges from 1 day to 365
|
||||
days. For example, "10d" for 10 days. If not specified, the default
|
||||
value is 35 days.
|
||||
|
||||
--cross-cluster-replication-role=CROSS_CLUSTER_REPLICATION_ROLE
|
||||
The role of the cluster in cross cluster replication.
|
||||
CROSS_CLUSTER_REPLICATION_ROLE must be (only one value is supported):
|
||||
|
|
@ -219,11 +241,11 @@ FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--import-gcs-object-uris=[IMPORT_GCS_OBJECT_URIS,...]
|
||||
The URIs of Google Cloud Storage objects to import from. For example,
|
||||
URIs of Google Cloud Storage objects to import from. For example,
|
||||
gs://bucket/folder/file1.rdb,gs://bucket/folder/file2.rdb.
|
||||
|
||||
--import-managed-backup=IMPORT_MANAGED_BACKUP
|
||||
The managed backup to import from. For example,
|
||||
Managed backup to import from. For example,
|
||||
projects/PROJECT_ID/locations/REGION/backupCollections/BACKUP_COLLECTION_ID/backups/BACKUP_ID.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue