mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
|
|
@ -3,12 +3,12 @@ NAME
|
|||
instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud redis clusters create (CLUSTER : --region=REGION) --network=NETWORK
|
||||
gcloud redis clusters create (CLUSTER : --region=REGION)
|
||||
[--aof-append-fsync=AOF_APPEND_FSYNC] [--async] [--auth-mode=AUTH_MODE]
|
||||
[--cross-cluster-replication-role=CROSS_CLUSTER_REPLICATION_ROLE]
|
||||
[--deletion-protection]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
|
||||
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
|
||||
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR] [--network=NETWORK]
|
||||
[--node-type=NODE_TYPE] [--persistence-mode=PERSISTENCE_MODE]
|
||||
[--primary-cluster=PRIMARY_CLUSTER]
|
||||
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
|
||||
|
|
@ -82,14 +82,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --region on the command line;
|
||||
▸ set the property redis/region.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--network=NETWORK
|
||||
The network used to create your instance. It must use the format:
|
||||
projects/NETWORK_PROJECT_ID/global/networks/NETWORK_ID. The network ID
|
||||
used here must match the network ID used by the service connection
|
||||
policy. Otherwise, the create operation fails
|
||||
|
||||
OPTIONAL FLAGS
|
||||
FLAGS
|
||||
--aof-append-fsync=AOF_APPEND_FSYNC
|
||||
Fsync configuration. AOF_APPEND_FSYNC must be one of:
|
||||
|
||||
|
|
@ -136,6 +129,12 @@ OPTIONAL FLAGS
|
|||
Hour of day (0 to 23) for the start of maintenance window, in UTC time
|
||||
zone.
|
||||
|
||||
--network=NETWORK
|
||||
The network used to create your instance. It must use the format:
|
||||
projects/NETWORK_PROJECT_ID/global/networks/NETWORK_ID. The network ID
|
||||
used here must match the network ID used by the service connection
|
||||
policy. Otherwise, the create operation fails
|
||||
|
||||
--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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue