mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud redis instances update (INSTANCE : --region=REGION) [--async]
|
||||
[--display-name=DISPLAY_NAME] [--enable-auth]
|
||||
[--persistence-mode=PERSISTENCE_MODE]
|
||||
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
|
||||
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
|
||||
[--read-replicas-mode=READ_REPLICAS_MODE]
|
||||
[--remove-redis-config=[KEY,...]] [--replica-count=REPLICA_COUNT]
|
||||
[--secondary-ip-range=SECONDARY_IP_RANGE] [--size=SIZE]
|
||||
|
|
@ -73,6 +76,32 @@ FLAGS
|
|||
--enable-auth
|
||||
Enables Redis AUTH for the instance.
|
||||
|
||||
--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
|
||||
The 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 and Redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue