mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Tue Jan 20 11:05:01 UTC 2026
This commit is contained in:
parent
bdd724fcf3
commit
582f364023
247 changed files with 5698 additions and 1205 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] [--kms-key=KMS_KEY]
|
||||
[--deletion-protection] [--kms-key=KMS_KEY] [--labels=[KEY=VALUE,...]]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
|
||||
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR] [--network=NETWORK]
|
||||
[--node-type=NODE_TYPE] [--persistence-mode=PERSISTENCE_MODE]
|
||||
|
|
@ -151,6 +151,14 @@ FLAGS
|
|||
The key must be in the same region as the cluster. Otherwise, the
|
||||
create operation fails.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers. Values must
|
||||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--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