1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -9,6 +9,9 @@ SYNOPSIS
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
[--network=NETWORK; default="default"]
[--persistence-mode=PERSISTENCE_MODE]
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
[--read-replicas-mode=READ_REPLICAS_MODE] [--redis-config=KEY=VALUE]
[--redis-version=VERSION] [--replica-count=REPLICA_COUNT]
[--reserved-ip-range=RESERVED_IP_RANGE] [--size=SIZE; default=1]
@ -105,6 +108,32 @@ FLAGS
will be connected. If left unspecified, the default network will be
used.
--persistence-mode=PERSISTENCE_MODE
Operation mode for automated persistence. PERSISTENCE_MODE must be one
of:
disabled
RDB mode is disabled
rdb
Automatic RDB persistence
--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD
Attempted period between RDB snapshots. RDB_SNAPSHOT_PERIOD must be one
of:
12h
12 hours
1h
1 hour
24h
24 hours
6h
6 hours
--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME
Date and time of the first snapshot in the ISO 1801 format, and
alignment time for future snapshots. For example, 2022-11-02T03:00:00Z.
--read-replicas-mode=READ_REPLICAS_MODE
Read replicas mode used by the instance. Only works against standard
tier instances with 5GB and above provisioned capacity.