mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Oct 30 10:13:17 UTC 2024
This commit is contained in:
parent
fc66f7f0ca
commit
d7d92f8000
166 changed files with 6197 additions and 300 deletions
|
|
@ -4,12 +4,11 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta memorystore instances create (INSTANCE : --location=LOCATION)
|
||||
--psc-auto-connections=[network=NETWORK],[projectId=PROJECTID]
|
||||
--shard-count=SHARD_COUNT [--async]
|
||||
[--authorization-mode=AUTHORIZATION_MODE]
|
||||
[--async] [--authorization-mode=AUTHORIZATION_MODE]
|
||||
[--deletion-protection-enabled] [--engine-configs=[ENGINE_CONFIGS,...]]
|
||||
[--engine-version=ENGINE_VERSION] [--labels=[LABELS,...]]
|
||||
[--engine-version=ENGINE_VERSION] [--labels=[LABELS,...]] [--mode=MODE]
|
||||
[--node-type=NODE_TYPE] [--replica-count=REPLICA_COUNT]
|
||||
[--request-id=REQUEST_ID]
|
||||
[--request-id=REQUEST_ID] [--shard-count=SHARD_COUNT]
|
||||
[--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE]
|
||||
[--aof-config-append-fsync=AOF_CONFIG_APPEND_FSYNC
|
||||
--persistence-config-mode=PERSISTENCE_CONFIG_MODE
|
||||
|
|
@ -101,9 +100,6 @@ REQUIRED FLAGS
|
|||
|
||||
--psc-auto-connections=path_to_file.(yaml|json)
|
||||
|
||||
--shard-count=SHARD_COUNT
|
||||
Number of shards for the instance.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
@ -169,6 +165,14 @@ OPTIONAL FLAGS
|
|||
|
||||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
--mode=MODE
|
||||
The mode config for the instance. MODE must be one of:
|
||||
|
||||
cluster
|
||||
Instance is in cluster mode.
|
||||
standalone
|
||||
Instance is in standalone mode.
|
||||
|
||||
--node-type=NODE_TYPE
|
||||
Machine type for individual nodes of the instance. NODE_TYPE must be
|
||||
one of:
|
||||
|
|
@ -203,6 +207,9 @@ OPTIONAL FLAGS
|
|||
The request ID must be a valid UUID with the exception that zero UUID
|
||||
is not supported (00000000-0000-0000-0000-000000000000).
|
||||
|
||||
--shard-count=SHARD_COUNT
|
||||
Number of shards for the instance.
|
||||
|
||||
--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE
|
||||
In-transit encryption mode of the instance. TRANSIT_ENCRYPTION_MODE
|
||||
must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue