1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed May 18 08:41:01 UTC 2022

This commit is contained in:
Automated 2022-05-18 08:41:01 +00:00
parent 379049f21a
commit 9f95235d93
258 changed files with 7569 additions and 441 deletions

View file

@ -4,8 +4,10 @@ NAME
SYNOPSIS
gcloud alpha redis instances create (INSTANCE : --region=REGION)
[--alternative-zone=ALTERNATIVE_ZONE] [--async]
[--connect-mode=CONNECT_MODE] [--display-name=DISPLAY_NAME]
[--enable-auth] [--labels=[KEY=VALUE,...]]
[--connect-mode=CONNECT_MODE]
[--customer-managed-key=CUSTOMER_MANAGED_KEY]
[--display-name=DISPLAY_NAME] [--enable-auth]
[--labels=[KEY=VALUE,...]]
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
[--network=NETWORK; default="default"]
@ -79,6 +81,10 @@ FLAGS
Network connection mode used by instances. CONNECT_MODE must be one of:
connect-mode-unspecified, direct-peering, private-service-access.
--customer-managed-key=CUSTOMER_MANAGED_KEY
The KMS key reference that you want to use to encrypt the data at rest
for this Redis instance. If this is provided, CMEK is enabled.
--display-name=DISPLAY_NAME
A human-readable name for the instance.