1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Thu May 23 09:22:11 UTC 2024

This commit is contained in:
Automated 2024-05-23 09:22:11 +00:00
parent 3b84182be4
commit e617a432f4
175 changed files with 2973 additions and 461 deletions

View file

@ -6,7 +6,8 @@ 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]
[--node-type=NODE_TYPE] [--persistence-mode=PERSISTENCE_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]
@ -114,6 +115,10 @@ OPTIONAL FLAGS
iam-auth
IAM basic authorization is enabled for the cluster.
--deletion-protection
Enable deletion protection for the Redis Cluster. Use
--deletion-protection/--no-deletion-protection to enable/disable it.
--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,

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha redis clusters update (CLUSTER : --region=REGION)
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async]
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async] [--deletion-protection]
[--persistence-mode=PERSISTENCE_MODE]
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
@ -77,6 +77,10 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--deletion-protection
Enable deletion protection for the Redis Cluster. Use
--deletion-protection/--no-deletion-protection to enable/disable it.
--persistence-mode=PERSISTENCE_MODE
Operation mode for persistence. PERSISTENCE_MODE must be one of: