mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 14 09:38:18 UTC 2024
This commit is contained in:
parent
7fe34c472b
commit
d35819d273
105 changed files with 5241 additions and 346 deletions
|
|
@ -4,13 +4,13 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha redis clusters create (CLUSTER : --region=REGION)
|
||||
--network=NETWORK --shard-count=SHARD_COUNT
|
||||
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async] [--auth-mode=AUTH_MODE]
|
||||
[--deletion-protection] [--node-type=NODE_TYPE]
|
||||
--network=NETWORK [--aof-append-fsync=AOF_APPEND_FSYNC] [--async]
|
||||
[--auth-mode=AUTH_MODE] [--deletion-protection] [--node-type=NODE_TYPE]
|
||||
[--persistence-mode=PERSISTENCE_MODE]
|
||||
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
|
||||
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
|
||||
[--redis-config=[KEY=VALUE,...]] [--replica-count=REPLICA_COUNT]
|
||||
[--shard-count=SHARD_COUNT]
|
||||
[--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE] [--zone=ZONE]
|
||||
[--zone-distribution-mode=ZONE_DISTRIBUTION_MODE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -85,9 +85,6 @@ REQUIRED FLAGS
|
|||
used here must match the network ID used by the service connection
|
||||
policy. Otherwise, the create operation fails
|
||||
|
||||
--shard-count=SHARD_COUNT
|
||||
The shard count of the cluster.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--aof-append-fsync=AOF_APPEND_FSYNC
|
||||
Fsync configuration. AOF_APPEND_FSYNC must be one of:
|
||||
|
|
@ -163,6 +160,9 @@ OPTIONAL FLAGS
|
|||
--replica-count=REPLICA_COUNT
|
||||
The replica count of each shard.
|
||||
|
||||
--shard-count=SHARD_COUNT
|
||||
The shard count of the cluster.
|
||||
|
||||
--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE
|
||||
Transit encryption mode used for the Redis cluster. If not provided,
|
||||
encryption is disabled for the cluster. TRANSIT_ENCRYPTION_MODE must be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue