mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 11 09:52:17 UTC 2024
This commit is contained in:
parent
78a4d78e9e
commit
a3842bba95
197 changed files with 6656 additions and 691 deletions
|
|
@ -5,10 +5,13 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta redis clusters create (CLUSTER : --region=REGION)
|
||||
--network=NETWORK [--aof-append-fsync=AOF_APPEND_FSYNC] [--async]
|
||||
[--auth-mode=AUTH_MODE] [--deletion-protection]
|
||||
[--auth-mode=AUTH_MODE]
|
||||
[--cross-cluster-replication-role=CROSS_CLUSTER_REPLICATION_ROLE]
|
||||
[--deletion-protection]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
|
||||
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
|
||||
[--node-type=NODE_TYPE] [--persistence-mode=PERSISTENCE_MODE]
|
||||
[--primary-cluster=PRIMARY_CLUSTER]
|
||||
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
|
||||
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
|
||||
[--redis-config=[KEY=VALUE,...]] [--replica-count=REPLICA_COUNT]
|
||||
|
|
@ -114,6 +117,13 @@ OPTIONAL FLAGS
|
|||
iam-auth
|
||||
IAM basic authorization is enabled for the cluster.
|
||||
|
||||
--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):
|
||||
|
||||
secondary
|
||||
Create a secondary cluster.
|
||||
|
||||
--deletion-protection
|
||||
Enable deletion protection for the Redis Cluster. Use
|
||||
--deletion-protection/--no-deletion-protection to enable/disable it.
|
||||
|
|
@ -142,6 +152,12 @@ OPTIONAL FLAGS
|
|||
rdb
|
||||
RDB-based persistence
|
||||
|
||||
--primary-cluster=PRIMARY_CLUSTER
|
||||
The primary cluster that the secondary cluster will replicate from. It
|
||||
must use the format:
|
||||
projects/PROJECT_ID/locations/REGION/clusters/CLUSTER_ID. It must refer
|
||||
to an existing cluster. Otherwise, the create operation fails.
|
||||
|
||||
--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD
|
||||
Attempted period between RDB snapshots. RDB_SNAPSHOT_PERIOD must be one
|
||||
of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue