mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -4,8 +4,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue