mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jan 15 09:50:59 UTC 2025
This commit is contained in:
parent
5a9f5ff67e
commit
4a036681b1
126 changed files with 4290 additions and 679 deletions
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
[--automated-backup-start-time=AUTOMATED_BACKUP_START_TIME]
|
||||
[--automated-backup-ttl=AUTOMATED_BACKUP_TTL]
|
||||
[--cross-cluster-replication-role=CROSS_CLUSTER_REPLICATION_ROLE]
|
||||
[--deletion-protection]
|
||||
[--deletion-protection] [--kms-key=KMS_KEY]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
|
||||
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR] [--network=NETWORK]
|
||||
[--node-type=NODE_TYPE] [--persistence-mode=PERSISTENCE_MODE]
|
||||
|
|
@ -144,6 +144,13 @@ FLAGS
|
|||
Enable deletion protection for the Redis Cluster. Use
|
||||
--deletion-protection/--no-deletion-protection to enable/disable it.
|
||||
|
||||
--kms-key=KMS_KEY
|
||||
The resource name of the customer-managed encryption key (CMEK) to use
|
||||
for the cluster. It must use this format:
|
||||
projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/CRYPTO_KEY.
|
||||
The key must be in the same region as the cluster. Otherwise, the
|
||||
create operation fails.
|
||||
|
||||
--maintenance-window-day=MAINTENANCE_WINDOW_DAY
|
||||
Day of week when the window starts, e.g. sunday. MAINTENANCE_WINDOW_DAY
|
||||
must be one of: friday, monday, saturday, sunday, thursday, tuesday,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue