mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 28 09:41:07 UTC 2024
This commit is contained in:
parent
ed5fe34b64
commit
afbe8a5afb
256 changed files with 8602 additions and 358 deletions
|
|
@ -5,8 +5,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha redis clusters create (CLUSTER : --region=REGION)
|
||||
--network=NETWORK [--aof-append-fsync=AOF_APPEND_FSYNC] [--async]
|
||||
[--auth-mode=AUTH_MODE] [--deletion-protection] [--node-type=NODE_TYPE]
|
||||
[--persistence-mode=PERSISTENCE_MODE]
|
||||
[--auth-mode=AUTH_MODE] [--deletion-protection]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
|
||||
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
|
||||
[--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]
|
||||
|
|
@ -116,6 +118,15 @@ OPTIONAL FLAGS
|
|||
Enable deletion protection for the Redis Cluster. Use
|
||||
--deletion-protection/--no-deletion-protection to enable/disable it.
|
||||
|
||||
--maintenance-window-day=MAINTENANCE_WINDOW_DAY
|
||||
Day of week when the window starts, e.g. sunday. MAINTENANCE_WINDOW_DAY
|
||||
must be one of: friday, monday, saturday, sunday, thursday, tuesday,
|
||||
wednesday.
|
||||
|
||||
--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR
|
||||
Hour of day (0 to 23) for the start of maintenance window, in UTC time
|
||||
zone.
|
||||
|
||||
--node-type=NODE_TYPE
|
||||
Node Type of the redis cluster Node. NODE_TYPE must be one of:
|
||||
redis-highmem-medium, redis-highmem-xlarge, redis-shared-core-nano,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue