mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Thu May 23 09:22:11 UTC 2024
This commit is contained in:
parent
3b84182be4
commit
e617a432f4
175 changed files with 2973 additions and 461 deletions
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud 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]
|
||||
[--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]
|
||||
|
|
@ -113,6 +113,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,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud 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]
|
||||
|
|
@ -76,6 +76,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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue