mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 8 12:08:12 UTC 2026
This commit is contained in:
parent
89a3bc9276
commit
5b03e16435
766 changed files with 29847 additions and 8950 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta redis clusters create (CLUSTER : --region=REGION)
|
||||
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async] [--auth-mode=AUTH_MODE]
|
||||
[--acl-policy=ACL_POLICY] [--aof-append-fsync=AOF_APPEND_FSYNC]
|
||||
[--async] [--auth-mode=AUTH_MODE]
|
||||
[--automated-backup-mode=AUTOMATED_BACKUP_MODE]
|
||||
[--automated-backup-start-time=AUTOMATED_BACKUP_START_TIME]
|
||||
[--automated-backup-ttl=AUTOMATED_BACKUP_TTL]
|
||||
|
|
@ -89,6 +90,9 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property redis/region.
|
||||
|
||||
FLAGS
|
||||
--acl-policy=ACL_POLICY
|
||||
The ACL policy to use for the cluster.
|
||||
|
||||
--aof-append-fsync=AOF_APPEND_FSYNC
|
||||
Fsync configuration. AOF_APPEND_FSYNC must be one of:
|
||||
|
||||
|
|
@ -115,6 +119,9 @@ FLAGS
|
|||
iam-auth
|
||||
IAM basic authorization is enabled for the cluster.
|
||||
|
||||
token-auth
|
||||
Token based authorization is enabled for the cluster.
|
||||
|
||||
--automated-backup-mode=AUTOMATED_BACKUP_MODE
|
||||
Automated backup mode. AUTOMATED_BACKUP_MODE must be one of:
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta redis clusters update (CLUSTER : --region=REGION)
|
||||
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async]
|
||||
[--acl-policy=ACL_POLICY] [--aof-append-fsync=AOF_APPEND_FSYNC]
|
||||
[--async] [--auth-mode=AUTH_MODE]
|
||||
[--automated-backup-mode=AUTOMATED_BACKUP_MODE]
|
||||
[--automated-backup-start-time=AUTOMATED_BACKUP_START_TIME]
|
||||
[--automated-backup-ttl=AUTOMATED_BACKUP_TTL] [--deletion-protection]
|
||||
|
|
@ -71,6 +72,9 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property redis/region.
|
||||
|
||||
FLAGS
|
||||
--acl-policy=ACL_POLICY
|
||||
The ACL policy to use for the cluster.
|
||||
|
||||
--aof-append-fsync=AOF_APPEND_FSYNC
|
||||
Fsync configuration. AOF_APPEND_FSYNC must be one of:
|
||||
|
||||
|
|
@ -87,6 +91,16 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--auth-mode=AUTH_MODE
|
||||
Available authorization mode of a Redis cluster. AUTH_MODE must be one
|
||||
of:
|
||||
|
||||
disabled
|
||||
Authorization is disabled for the cluster.
|
||||
|
||||
token-auth
|
||||
Token based authorization is enabled for the cluster.
|
||||
|
||||
--automated-backup-mode=AUTOMATED_BACKUP_MODE
|
||||
Automated backup mode. AUTOMATED_BACKUP_MODE must be one of:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue