@n8n-dev/n8n-nodes-googleapis-redis 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3078 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.projectsDescription = void 0;
4
+ exports.projectsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Projects"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Redis Projects Locations Operations Delete",
20
+ "value": "Redis Projects Locations Operations Delete",
21
+ "action": "Redis Projects Locations Operations Delete",
22
+ "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "DELETE",
26
+ "url": "=/v1/{{$parameter[\"name\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Redis Projects Locations Operations Get",
32
+ "value": "Redis Projects Locations Operations Get",
33
+ "action": "Redis Projects Locations Operations Get",
34
+ "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/v1/{{$parameter[\"name\"]}}"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Redis Projects Locations Instances Patch",
44
+ "value": "Redis Projects Locations Instances Patch",
45
+ "action": "Redis Projects Locations Instances Patch",
46
+ "description": "Updates the metadata and configuration of a specific Redis instance. Completed longrunning.Operation will contain the new instance object in the response field. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "PATCH",
50
+ "url": "=/v1/{{$parameter[\"name\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Redis Projects Locations Instances Get Auth String",
56
+ "value": "Redis Projects Locations Instances Get Auth String",
57
+ "action": "Redis Projects Locations Instances Get Auth String",
58
+ "description": "Gets the AUTH string for a Redis instance. If AUTH is not enabled for the instance the response will be empty. This information is not included in the details returned to GetInstance.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/v1/{{$parameter[\"name\"]}}/authString"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Redis Projects Locations List",
68
+ "value": "Redis Projects Locations List",
69
+ "action": "Redis Projects Locations List",
70
+ "description": "Lists information about the supported locations for this service.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/v1/{{$parameter[\"name\"]}}/locations"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Redis Projects Locations Operations List",
80
+ "value": "Redis Projects Locations Operations List",
81
+ "action": "Redis Projects Locations Operations List",
82
+ "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/v1/{{$parameter[\"name\"]}}/operations"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Redis Projects Locations Operations Cancel",
92
+ "value": "Redis Projects Locations Operations Cancel",
93
+ "action": "Redis Projects Locations Operations Cancel",
94
+ "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/v1/{{$parameter[\"name\"]}}:cancel"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Redis Projects Locations Instances Export",
104
+ "value": "Redis Projects Locations Instances Export",
105
+ "action": "Redis Projects Locations Instances Export",
106
+ "description": "Export Redis instance data into a Redis RDB format file in Cloud Storage. Redis will continue serving during this operation. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "POST",
110
+ "url": "=/v1/{{$parameter[\"name\"]}}:export"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Redis Projects Locations Instances Failover",
116
+ "value": "Redis Projects Locations Instances Failover",
117
+ "action": "Redis Projects Locations Instances Failover",
118
+ "description": "Initiates a failover of the primary node to current replica node for a specific STANDARD tier Cloud Memorystore for Redis instance.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/v1/{{$parameter[\"name\"]}}:failover"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Redis Projects Locations Instances Import",
128
+ "value": "Redis Projects Locations Instances Import",
129
+ "action": "Redis Projects Locations Instances Import",
130
+ "description": "Import a Redis RDB snapshot file from Cloud Storage into a Redis instance. Redis may stop serving during this operation. Instance state will be IMPORTING for entire operation. When complete, the instance will contain only data from the imported file. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.",
131
+ "routing": {
132
+ "request": {
133
+ "method": "POST",
134
+ "url": "=/v1/{{$parameter[\"name\"]}}:import"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Redis Projects Locations Instances Reschedule Maintenance",
140
+ "value": "Redis Projects Locations Instances Reschedule Maintenance",
141
+ "action": "Redis Projects Locations Instances Reschedule Maintenance",
142
+ "description": "Reschedule maintenance for a given instance in a given project and location.",
143
+ "routing": {
144
+ "request": {
145
+ "method": "POST",
146
+ "url": "=/v1/{{$parameter[\"name\"]}}:rescheduleMaintenance"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Redis Projects Locations Instances Upgrade",
152
+ "value": "Redis Projects Locations Instances Upgrade",
153
+ "action": "Redis Projects Locations Instances Upgrade",
154
+ "description": "Upgrades Redis instance to the newer Redis version specified in the request.",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/v1/{{$parameter[\"name\"]}}:upgrade"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Redis Projects Locations Instances List",
164
+ "value": "Redis Projects Locations Instances List",
165
+ "action": "Redis Projects Locations Instances List",
166
+ "description": "Lists all Redis instances owned by a project in either the specified location (region) or all locations. The location should have the following format: * `projects/{project_id}/locations/{location_id}` If `location_id` is specified as `-` (wildcard), then all regions available to the project are queried, and the results are aggregated.",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/v1/{{$parameter[\"parent\"]}}/instances"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Redis Projects Locations Instances Create",
176
+ "value": "Redis Projects Locations Instances Create",
177
+ "action": "Redis Projects Locations Instances Create",
178
+ "description": "Creates a Redis instance based on the specified tier and memory size. By default, the instance is accessible from the project's [default network](https://cloud.google.com/vpc/docs/vpc). The creation is executed asynchronously and callers may check the returned operation to track its progress. Once the operation is completed the Redis instance will be fully functional. Completed longrunning.Operation will contain the new instance object in the response field. The returned operation is automatically deleted after a few hours, so there is no need to call DeleteOperation.",
179
+ "routing": {
180
+ "request": {
181
+ "method": "POST",
182
+ "url": "=/v1/{{$parameter[\"parent\"]}}/instances"
183
+ }
184
+ }
185
+ }
186
+ ],
187
+ "default": ""
188
+ },
189
+ {
190
+ "displayName": "DELETE /v1/{name}",
191
+ "name": "operation",
192
+ "type": "notice",
193
+ "typeOptions": {
194
+ "theme": "info"
195
+ },
196
+ "default": "",
197
+ "displayOptions": {
198
+ "show": {
199
+ "resource": [
200
+ "Projects"
201
+ ],
202
+ "operation": [
203
+ "Redis Projects Locations Operations Delete"
204
+ ]
205
+ }
206
+ }
207
+ },
208
+ {
209
+ "displayName": "Name",
210
+ "name": "name",
211
+ "required": true,
212
+ "description": "The name of the operation resource to be deleted.",
213
+ "default": "",
214
+ "type": "string",
215
+ "displayOptions": {
216
+ "show": {
217
+ "resource": [
218
+ "Projects"
219
+ ],
220
+ "operation": [
221
+ "Redis Projects Locations Operations Delete"
222
+ ]
223
+ }
224
+ }
225
+ },
226
+ {
227
+ "displayName": "GET /v1/{name}",
228
+ "name": "operation",
229
+ "type": "notice",
230
+ "typeOptions": {
231
+ "theme": "info"
232
+ },
233
+ "default": "",
234
+ "displayOptions": {
235
+ "show": {
236
+ "resource": [
237
+ "Projects"
238
+ ],
239
+ "operation": [
240
+ "Redis Projects Locations Operations Get"
241
+ ]
242
+ }
243
+ }
244
+ },
245
+ {
246
+ "displayName": "Name",
247
+ "name": "name",
248
+ "required": true,
249
+ "description": "The name of the operation resource.",
250
+ "default": "",
251
+ "type": "string",
252
+ "displayOptions": {
253
+ "show": {
254
+ "resource": [
255
+ "Projects"
256
+ ],
257
+ "operation": [
258
+ "Redis Projects Locations Operations Get"
259
+ ]
260
+ }
261
+ }
262
+ },
263
+ {
264
+ "displayName": "PATCH /v1/{name}",
265
+ "name": "operation",
266
+ "type": "notice",
267
+ "typeOptions": {
268
+ "theme": "info"
269
+ },
270
+ "default": "",
271
+ "displayOptions": {
272
+ "show": {
273
+ "resource": [
274
+ "Projects"
275
+ ],
276
+ "operation": [
277
+ "Redis Projects Locations Instances Patch"
278
+ ]
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "displayName": "Name",
284
+ "name": "name",
285
+ "required": true,
286
+ "description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.",
287
+ "default": "",
288
+ "type": "string",
289
+ "displayOptions": {
290
+ "show": {
291
+ "resource": [
292
+ "Projects"
293
+ ],
294
+ "operation": [
295
+ "Redis Projects Locations Instances Patch"
296
+ ]
297
+ }
298
+ }
299
+ },
300
+ {
301
+ "displayName": "Update Mask",
302
+ "name": "updateMask",
303
+ "description": "Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Instance: * `displayName` * `labels` * `memorySizeGb` * `redisConfig` * `replica_count`",
304
+ "default": "",
305
+ "type": "string",
306
+ "routing": {
307
+ "send": {
308
+ "type": "query",
309
+ "property": "updateMask",
310
+ "value": "={{ $value }}",
311
+ "propertyInDotNotation": false
312
+ }
313
+ },
314
+ "displayOptions": {
315
+ "show": {
316
+ "resource": [
317
+ "Projects"
318
+ ],
319
+ "operation": [
320
+ "Redis Projects Locations Instances Patch"
321
+ ]
322
+ }
323
+ }
324
+ },
325
+ {
326
+ "displayName": "Alternative Location ID",
327
+ "name": "alternativeLocationId",
328
+ "type": "string",
329
+ "default": "",
330
+ "description": "Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.",
331
+ "routing": {
332
+ "send": {
333
+ "property": "alternativeLocationId",
334
+ "propertyInDotNotation": false,
335
+ "type": "body",
336
+ "value": "={{ $value }}"
337
+ }
338
+ },
339
+ "displayOptions": {
340
+ "show": {
341
+ "resource": [
342
+ "Projects"
343
+ ],
344
+ "operation": [
345
+ "Redis Projects Locations Instances Patch"
346
+ ]
347
+ }
348
+ }
349
+ },
350
+ {
351
+ "displayName": "Auth Enabled",
352
+ "name": "authEnabled",
353
+ "type": "boolean",
354
+ "default": true,
355
+ "description": "Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to \"true\" AUTH is enabled on the instance. Default value is \"false\" meaning AUTH is disabled.",
356
+ "routing": {
357
+ "send": {
358
+ "property": "authEnabled",
359
+ "propertyInDotNotation": false,
360
+ "type": "body",
361
+ "value": "={{ $value }}"
362
+ }
363
+ },
364
+ "displayOptions": {
365
+ "show": {
366
+ "resource": [
367
+ "Projects"
368
+ ],
369
+ "operation": [
370
+ "Redis Projects Locations Instances Patch"
371
+ ]
372
+ }
373
+ }
374
+ },
375
+ {
376
+ "displayName": "Authorized Network",
377
+ "name": "authorizedNetwork",
378
+ "type": "string",
379
+ "default": "",
380
+ "description": "Optional. The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.",
381
+ "routing": {
382
+ "send": {
383
+ "property": "authorizedNetwork",
384
+ "propertyInDotNotation": false,
385
+ "type": "body",
386
+ "value": "={{ $value }}"
387
+ }
388
+ },
389
+ "displayOptions": {
390
+ "show": {
391
+ "resource": [
392
+ "Projects"
393
+ ],
394
+ "operation": [
395
+ "Redis Projects Locations Instances Patch"
396
+ ]
397
+ }
398
+ }
399
+ },
400
+ {
401
+ "displayName": "Available Maintenance Versions",
402
+ "name": "availableMaintenanceVersions",
403
+ "type": "json",
404
+ "default": "[\n null\n]",
405
+ "description": "Optional. The available maintenance versions that an instance could update to.",
406
+ "routing": {
407
+ "send": {
408
+ "property": "availableMaintenanceVersions",
409
+ "propertyInDotNotation": false,
410
+ "type": "body",
411
+ "value": "={{ JSON.parse($value) }}"
412
+ }
413
+ },
414
+ "displayOptions": {
415
+ "show": {
416
+ "resource": [
417
+ "Projects"
418
+ ],
419
+ "operation": [
420
+ "Redis Projects Locations Instances Patch"
421
+ ]
422
+ }
423
+ }
424
+ },
425
+ {
426
+ "displayName": "Connect Mode",
427
+ "name": "connectMode",
428
+ "type": "options",
429
+ "default": "CONNECT_MODE_UNSPECIFIED",
430
+ "description": "Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.",
431
+ "options": [
432
+ {
433
+ "name": "CONNECT MODE UNSPECIFIED",
434
+ "value": "CONNECT_MODE_UNSPECIFIED"
435
+ },
436
+ {
437
+ "name": "DIRECT PEERING",
438
+ "value": "DIRECT_PEERING"
439
+ },
440
+ {
441
+ "name": "PRIVATE SERVICE ACCESS",
442
+ "value": "PRIVATE_SERVICE_ACCESS"
443
+ }
444
+ ],
445
+ "routing": {
446
+ "send": {
447
+ "property": "connectMode",
448
+ "propertyInDotNotation": false,
449
+ "type": "body",
450
+ "value": "={{ $value }}"
451
+ }
452
+ },
453
+ "displayOptions": {
454
+ "show": {
455
+ "resource": [
456
+ "Projects"
457
+ ],
458
+ "operation": [
459
+ "Redis Projects Locations Instances Patch"
460
+ ]
461
+ }
462
+ }
463
+ },
464
+ {
465
+ "displayName": "Create Time",
466
+ "name": "createTime",
467
+ "type": "string",
468
+ "default": "",
469
+ "description": "Output only. The time the instance was created.",
470
+ "routing": {
471
+ "send": {
472
+ "property": "createTime",
473
+ "propertyInDotNotation": false,
474
+ "type": "body",
475
+ "value": "={{ $value }}"
476
+ }
477
+ },
478
+ "displayOptions": {
479
+ "show": {
480
+ "resource": [
481
+ "Projects"
482
+ ],
483
+ "operation": [
484
+ "Redis Projects Locations Instances Patch"
485
+ ]
486
+ }
487
+ }
488
+ },
489
+ {
490
+ "displayName": "Current Location ID",
491
+ "name": "currentLocationId",
492
+ "type": "string",
493
+ "default": "",
494
+ "description": "Output only. The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.",
495
+ "routing": {
496
+ "send": {
497
+ "property": "currentLocationId",
498
+ "propertyInDotNotation": false,
499
+ "type": "body",
500
+ "value": "={{ $value }}"
501
+ }
502
+ },
503
+ "displayOptions": {
504
+ "show": {
505
+ "resource": [
506
+ "Projects"
507
+ ],
508
+ "operation": [
509
+ "Redis Projects Locations Instances Patch"
510
+ ]
511
+ }
512
+ }
513
+ },
514
+ {
515
+ "displayName": "Customer Managed Key",
516
+ "name": "customerManagedKey",
517
+ "type": "string",
518
+ "default": "",
519
+ "description": "Optional. The KMS key reference that the customer provides when trying to create the instance.",
520
+ "routing": {
521
+ "send": {
522
+ "property": "customerManagedKey",
523
+ "propertyInDotNotation": false,
524
+ "type": "body",
525
+ "value": "={{ $value }}"
526
+ }
527
+ },
528
+ "displayOptions": {
529
+ "show": {
530
+ "resource": [
531
+ "Projects"
532
+ ],
533
+ "operation": [
534
+ "Redis Projects Locations Instances Patch"
535
+ ]
536
+ }
537
+ }
538
+ },
539
+ {
540
+ "displayName": "Display Name",
541
+ "name": "displayName",
542
+ "type": "string",
543
+ "default": "",
544
+ "description": "An arbitrary and optional user-provided name for the instance.",
545
+ "routing": {
546
+ "send": {
547
+ "property": "displayName",
548
+ "propertyInDotNotation": false,
549
+ "type": "body",
550
+ "value": "={{ $value }}"
551
+ }
552
+ },
553
+ "displayOptions": {
554
+ "show": {
555
+ "resource": [
556
+ "Projects"
557
+ ],
558
+ "operation": [
559
+ "Redis Projects Locations Instances Patch"
560
+ ]
561
+ }
562
+ }
563
+ },
564
+ {
565
+ "displayName": "Host",
566
+ "name": "host",
567
+ "type": "string",
568
+ "default": "",
569
+ "description": "Output only. Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.",
570
+ "routing": {
571
+ "send": {
572
+ "property": "host",
573
+ "propertyInDotNotation": false,
574
+ "type": "body",
575
+ "value": "={{ $value }}"
576
+ }
577
+ },
578
+ "displayOptions": {
579
+ "show": {
580
+ "resource": [
581
+ "Projects"
582
+ ],
583
+ "operation": [
584
+ "Redis Projects Locations Instances Patch"
585
+ ]
586
+ }
587
+ }
588
+ },
589
+ {
590
+ "displayName": "Labels",
591
+ "name": "labels",
592
+ "type": "json",
593
+ "default": "{}",
594
+ "description": "Resource labels to represent user provided metadata",
595
+ "routing": {
596
+ "send": {
597
+ "property": "labels",
598
+ "propertyInDotNotation": false,
599
+ "type": "body",
600
+ "value": "={{ JSON.parse($value) }}"
601
+ }
602
+ },
603
+ "displayOptions": {
604
+ "show": {
605
+ "resource": [
606
+ "Projects"
607
+ ],
608
+ "operation": [
609
+ "Redis Projects Locations Instances Patch"
610
+ ]
611
+ }
612
+ }
613
+ },
614
+ {
615
+ "displayName": "Location ID",
616
+ "name": "locationId",
617
+ "type": "string",
618
+ "default": "",
619
+ "description": "Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.",
620
+ "routing": {
621
+ "send": {
622
+ "property": "locationId",
623
+ "propertyInDotNotation": false,
624
+ "type": "body",
625
+ "value": "={{ $value }}"
626
+ }
627
+ },
628
+ "displayOptions": {
629
+ "show": {
630
+ "resource": [
631
+ "Projects"
632
+ ],
633
+ "operation": [
634
+ "Redis Projects Locations Instances Patch"
635
+ ]
636
+ }
637
+ }
638
+ },
639
+ {
640
+ "displayName": "Maintenance Policy",
641
+ "name": "maintenancePolicy",
642
+ "type": "json",
643
+ "default": "{\n \"weeklyMaintenanceWindow\": [\n {\n \"startTime\": {}\n }\n ]\n}",
644
+ "description": "Maintenance policy for an instance.",
645
+ "routing": {
646
+ "send": {
647
+ "property": "maintenancePolicy",
648
+ "propertyInDotNotation": false,
649
+ "type": "body",
650
+ "value": "={{ JSON.parse($value) }}"
651
+ }
652
+ },
653
+ "displayOptions": {
654
+ "show": {
655
+ "resource": [
656
+ "Projects"
657
+ ],
658
+ "operation": [
659
+ "Redis Projects Locations Instances Patch"
660
+ ]
661
+ }
662
+ }
663
+ },
664
+ {
665
+ "displayName": "Maintenance Schedule",
666
+ "name": "maintenanceSchedule",
667
+ "type": "json",
668
+ "default": "{}",
669
+ "description": "Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.",
670
+ "routing": {
671
+ "send": {
672
+ "property": "maintenanceSchedule",
673
+ "propertyInDotNotation": false,
674
+ "type": "body",
675
+ "value": "={{ JSON.parse($value) }}"
676
+ }
677
+ },
678
+ "displayOptions": {
679
+ "show": {
680
+ "resource": [
681
+ "Projects"
682
+ ],
683
+ "operation": [
684
+ "Redis Projects Locations Instances Patch"
685
+ ]
686
+ }
687
+ }
688
+ },
689
+ {
690
+ "displayName": "Maintenance Version",
691
+ "name": "maintenanceVersion",
692
+ "type": "string",
693
+ "default": "",
694
+ "description": "Optional. The self service update maintenance version. The version is date based such as \"20210712_00_00\".",
695
+ "routing": {
696
+ "send": {
697
+ "property": "maintenanceVersion",
698
+ "propertyInDotNotation": false,
699
+ "type": "body",
700
+ "value": "={{ $value }}"
701
+ }
702
+ },
703
+ "displayOptions": {
704
+ "show": {
705
+ "resource": [
706
+ "Projects"
707
+ ],
708
+ "operation": [
709
+ "Redis Projects Locations Instances Patch"
710
+ ]
711
+ }
712
+ }
713
+ },
714
+ {
715
+ "displayName": "Memory Size Gb",
716
+ "name": "memorySizeGb",
717
+ "type": "number",
718
+ "default": 0,
719
+ "description": "Required. Redis memory size in GiB.",
720
+ "routing": {
721
+ "send": {
722
+ "property": "memorySizeGb",
723
+ "propertyInDotNotation": false,
724
+ "type": "body",
725
+ "value": "={{ $value }}"
726
+ }
727
+ },
728
+ "displayOptions": {
729
+ "show": {
730
+ "resource": [
731
+ "Projects"
732
+ ],
733
+ "operation": [
734
+ "Redis Projects Locations Instances Patch"
735
+ ]
736
+ }
737
+ }
738
+ },
739
+ {
740
+ "displayName": "Name",
741
+ "name": "name",
742
+ "type": "string",
743
+ "default": "",
744
+ "description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.",
745
+ "routing": {
746
+ "send": {
747
+ "property": "name",
748
+ "propertyInDotNotation": false,
749
+ "type": "body",
750
+ "value": "={{ $value }}"
751
+ }
752
+ },
753
+ "displayOptions": {
754
+ "show": {
755
+ "resource": [
756
+ "Projects"
757
+ ],
758
+ "operation": [
759
+ "Redis Projects Locations Instances Patch"
760
+ ]
761
+ }
762
+ }
763
+ },
764
+ {
765
+ "displayName": "Nodes",
766
+ "name": "nodes",
767
+ "type": "json",
768
+ "default": "[\n {}\n]",
769
+ "description": "Output only. Info per node.",
770
+ "routing": {
771
+ "send": {
772
+ "property": "nodes",
773
+ "propertyInDotNotation": false,
774
+ "type": "body",
775
+ "value": "={{ JSON.parse($value) }}"
776
+ }
777
+ },
778
+ "displayOptions": {
779
+ "show": {
780
+ "resource": [
781
+ "Projects"
782
+ ],
783
+ "operation": [
784
+ "Redis Projects Locations Instances Patch"
785
+ ]
786
+ }
787
+ }
788
+ },
789
+ {
790
+ "displayName": "Persistence Config",
791
+ "name": "persistenceConfig",
792
+ "type": "json",
793
+ "default": "{}",
794
+ "description": "Configuration of the persistence functionality.",
795
+ "routing": {
796
+ "send": {
797
+ "property": "persistenceConfig",
798
+ "propertyInDotNotation": false,
799
+ "type": "body",
800
+ "value": "={{ JSON.parse($value) }}"
801
+ }
802
+ },
803
+ "displayOptions": {
804
+ "show": {
805
+ "resource": [
806
+ "Projects"
807
+ ],
808
+ "operation": [
809
+ "Redis Projects Locations Instances Patch"
810
+ ]
811
+ }
812
+ }
813
+ },
814
+ {
815
+ "displayName": "Persistence Iam Identity",
816
+ "name": "persistenceIamIdentity",
817
+ "type": "string",
818
+ "default": "",
819
+ "description": "Output only. Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is \"serviceAccount:\". The value may change over time for a given instance so should be checked before each import/export operation.",
820
+ "routing": {
821
+ "send": {
822
+ "property": "persistenceIamIdentity",
823
+ "propertyInDotNotation": false,
824
+ "type": "body",
825
+ "value": "={{ $value }}"
826
+ }
827
+ },
828
+ "displayOptions": {
829
+ "show": {
830
+ "resource": [
831
+ "Projects"
832
+ ],
833
+ "operation": [
834
+ "Redis Projects Locations Instances Patch"
835
+ ]
836
+ }
837
+ }
838
+ },
839
+ {
840
+ "displayName": "Port",
841
+ "name": "port",
842
+ "type": "number",
843
+ "default": 0,
844
+ "description": "Output only. The port number of the exposed Redis endpoint.",
845
+ "routing": {
846
+ "send": {
847
+ "property": "port",
848
+ "propertyInDotNotation": false,
849
+ "type": "body",
850
+ "value": "={{ $value }}"
851
+ }
852
+ },
853
+ "displayOptions": {
854
+ "show": {
855
+ "resource": [
856
+ "Projects"
857
+ ],
858
+ "operation": [
859
+ "Redis Projects Locations Instances Patch"
860
+ ]
861
+ }
862
+ }
863
+ },
864
+ {
865
+ "displayName": "Read Endpoint",
866
+ "name": "readEndpoint",
867
+ "type": "string",
868
+ "default": "",
869
+ "description": "Output only. Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.",
870
+ "routing": {
871
+ "send": {
872
+ "property": "readEndpoint",
873
+ "propertyInDotNotation": false,
874
+ "type": "body",
875
+ "value": "={{ $value }}"
876
+ }
877
+ },
878
+ "displayOptions": {
879
+ "show": {
880
+ "resource": [
881
+ "Projects"
882
+ ],
883
+ "operation": [
884
+ "Redis Projects Locations Instances Patch"
885
+ ]
886
+ }
887
+ }
888
+ },
889
+ {
890
+ "displayName": "Read Endpoint Port",
891
+ "name": "readEndpointPort",
892
+ "type": "number",
893
+ "default": 0,
894
+ "description": "Output only. The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.",
895
+ "routing": {
896
+ "send": {
897
+ "property": "readEndpointPort",
898
+ "propertyInDotNotation": false,
899
+ "type": "body",
900
+ "value": "={{ $value }}"
901
+ }
902
+ },
903
+ "displayOptions": {
904
+ "show": {
905
+ "resource": [
906
+ "Projects"
907
+ ],
908
+ "operation": [
909
+ "Redis Projects Locations Instances Patch"
910
+ ]
911
+ }
912
+ }
913
+ },
914
+ {
915
+ "displayName": "Read Replicas Mode",
916
+ "name": "readReplicasMode",
917
+ "type": "options",
918
+ "default": "READ_REPLICAS_MODE_UNSPECIFIED",
919
+ "description": "Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.",
920
+ "options": [
921
+ {
922
+ "name": "READ REPLICAS MODE UNSPECIFIED",
923
+ "value": "READ_REPLICAS_MODE_UNSPECIFIED"
924
+ },
925
+ {
926
+ "name": "READ REPLICAS DISABLED",
927
+ "value": "READ_REPLICAS_DISABLED"
928
+ },
929
+ {
930
+ "name": "READ REPLICAS ENABLED",
931
+ "value": "READ_REPLICAS_ENABLED"
932
+ }
933
+ ],
934
+ "routing": {
935
+ "send": {
936
+ "property": "readReplicasMode",
937
+ "propertyInDotNotation": false,
938
+ "type": "body",
939
+ "value": "={{ $value }}"
940
+ }
941
+ },
942
+ "displayOptions": {
943
+ "show": {
944
+ "resource": [
945
+ "Projects"
946
+ ],
947
+ "operation": [
948
+ "Redis Projects Locations Instances Patch"
949
+ ]
950
+ }
951
+ }
952
+ },
953
+ {
954
+ "displayName": "Redis Configs",
955
+ "name": "redisConfigs",
956
+ "type": "json",
957
+ "default": "{}",
958
+ "description": "Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries",
959
+ "routing": {
960
+ "send": {
961
+ "property": "redisConfigs",
962
+ "propertyInDotNotation": false,
963
+ "type": "body",
964
+ "value": "={{ JSON.parse($value) }}"
965
+ }
966
+ },
967
+ "displayOptions": {
968
+ "show": {
969
+ "resource": [
970
+ "Projects"
971
+ ],
972
+ "operation": [
973
+ "Redis Projects Locations Instances Patch"
974
+ ]
975
+ }
976
+ }
977
+ },
978
+ {
979
+ "displayName": "Redis Version",
980
+ "name": "redisVersion",
981
+ "type": "string",
982
+ "default": "",
983
+ "description": "Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility",
984
+ "routing": {
985
+ "send": {
986
+ "property": "redisVersion",
987
+ "propertyInDotNotation": false,
988
+ "type": "body",
989
+ "value": "={{ $value }}"
990
+ }
991
+ },
992
+ "displayOptions": {
993
+ "show": {
994
+ "resource": [
995
+ "Projects"
996
+ ],
997
+ "operation": [
998
+ "Redis Projects Locations Instances Patch"
999
+ ]
1000
+ }
1001
+ }
1002
+ },
1003
+ {
1004
+ "displayName": "Replica Count",
1005
+ "name": "replicaCount",
1006
+ "type": "number",
1007
+ "default": 0,
1008
+ "description": "Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.",
1009
+ "routing": {
1010
+ "send": {
1011
+ "property": "replicaCount",
1012
+ "propertyInDotNotation": false,
1013
+ "type": "body",
1014
+ "value": "={{ $value }}"
1015
+ }
1016
+ },
1017
+ "displayOptions": {
1018
+ "show": {
1019
+ "resource": [
1020
+ "Projects"
1021
+ ],
1022
+ "operation": [
1023
+ "Redis Projects Locations Instances Patch"
1024
+ ]
1025
+ }
1026
+ }
1027
+ },
1028
+ {
1029
+ "displayName": "Reserved Ip Range",
1030
+ "name": "reservedIpRange",
1031
+ "type": "string",
1032
+ "default": "",
1033
+ "description": "Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.",
1034
+ "routing": {
1035
+ "send": {
1036
+ "property": "reservedIpRange",
1037
+ "propertyInDotNotation": false,
1038
+ "type": "body",
1039
+ "value": "={{ $value }}"
1040
+ }
1041
+ },
1042
+ "displayOptions": {
1043
+ "show": {
1044
+ "resource": [
1045
+ "Projects"
1046
+ ],
1047
+ "operation": [
1048
+ "Redis Projects Locations Instances Patch"
1049
+ ]
1050
+ }
1051
+ }
1052
+ },
1053
+ {
1054
+ "displayName": "Secondary Ip Range",
1055
+ "name": "secondaryIpRange",
1056
+ "type": "string",
1057
+ "default": "",
1058
+ "description": "Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or \"auto\". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or \"auto\".",
1059
+ "routing": {
1060
+ "send": {
1061
+ "property": "secondaryIpRange",
1062
+ "propertyInDotNotation": false,
1063
+ "type": "body",
1064
+ "value": "={{ $value }}"
1065
+ }
1066
+ },
1067
+ "displayOptions": {
1068
+ "show": {
1069
+ "resource": [
1070
+ "Projects"
1071
+ ],
1072
+ "operation": [
1073
+ "Redis Projects Locations Instances Patch"
1074
+ ]
1075
+ }
1076
+ }
1077
+ },
1078
+ {
1079
+ "displayName": "Server Ca Certs",
1080
+ "name": "serverCaCerts",
1081
+ "type": "json",
1082
+ "default": "[\n {}\n]",
1083
+ "description": "Output only. List of server CA certificates for the instance.",
1084
+ "routing": {
1085
+ "send": {
1086
+ "property": "serverCaCerts",
1087
+ "propertyInDotNotation": false,
1088
+ "type": "body",
1089
+ "value": "={{ JSON.parse($value) }}"
1090
+ }
1091
+ },
1092
+ "displayOptions": {
1093
+ "show": {
1094
+ "resource": [
1095
+ "Projects"
1096
+ ],
1097
+ "operation": [
1098
+ "Redis Projects Locations Instances Patch"
1099
+ ]
1100
+ }
1101
+ }
1102
+ },
1103
+ {
1104
+ "displayName": "State",
1105
+ "name": "state",
1106
+ "type": "options",
1107
+ "default": "STATE_UNSPECIFIED",
1108
+ "description": "Output only. The current state of this instance.",
1109
+ "options": [
1110
+ {
1111
+ "name": "STATE UNSPECIFIED",
1112
+ "value": "STATE_UNSPECIFIED"
1113
+ },
1114
+ {
1115
+ "name": "CREATING",
1116
+ "value": "CREATING"
1117
+ },
1118
+ {
1119
+ "name": "READY",
1120
+ "value": "READY"
1121
+ },
1122
+ {
1123
+ "name": "UPDATING",
1124
+ "value": "UPDATING"
1125
+ },
1126
+ {
1127
+ "name": "DELETING",
1128
+ "value": "DELETING"
1129
+ },
1130
+ {
1131
+ "name": "REPAIRING",
1132
+ "value": "REPAIRING"
1133
+ },
1134
+ {
1135
+ "name": "MAINTENANCE",
1136
+ "value": "MAINTENANCE"
1137
+ },
1138
+ {
1139
+ "name": "IMPORTING",
1140
+ "value": "IMPORTING"
1141
+ },
1142
+ {
1143
+ "name": "FAILING OVER",
1144
+ "value": "FAILING_OVER"
1145
+ }
1146
+ ],
1147
+ "routing": {
1148
+ "send": {
1149
+ "property": "state",
1150
+ "propertyInDotNotation": false,
1151
+ "type": "body",
1152
+ "value": "={{ $value }}"
1153
+ }
1154
+ },
1155
+ "displayOptions": {
1156
+ "show": {
1157
+ "resource": [
1158
+ "Projects"
1159
+ ],
1160
+ "operation": [
1161
+ "Redis Projects Locations Instances Patch"
1162
+ ]
1163
+ }
1164
+ }
1165
+ },
1166
+ {
1167
+ "displayName": "Status Message",
1168
+ "name": "statusMessage",
1169
+ "type": "string",
1170
+ "default": "",
1171
+ "description": "Output only. Additional information about the current status of this instance, if available.",
1172
+ "routing": {
1173
+ "send": {
1174
+ "property": "statusMessage",
1175
+ "propertyInDotNotation": false,
1176
+ "type": "body",
1177
+ "value": "={{ $value }}"
1178
+ }
1179
+ },
1180
+ "displayOptions": {
1181
+ "show": {
1182
+ "resource": [
1183
+ "Projects"
1184
+ ],
1185
+ "operation": [
1186
+ "Redis Projects Locations Instances Patch"
1187
+ ]
1188
+ }
1189
+ }
1190
+ },
1191
+ {
1192
+ "displayName": "Suspension Reasons",
1193
+ "name": "suspensionReasons",
1194
+ "type": "json",
1195
+ "default": "[\n null\n]",
1196
+ "description": "Optional. reasons that causes instance in \"SUSPENDED\" state.",
1197
+ "routing": {
1198
+ "send": {
1199
+ "property": "suspensionReasons",
1200
+ "propertyInDotNotation": false,
1201
+ "type": "body",
1202
+ "value": "={{ JSON.parse($value) }}"
1203
+ }
1204
+ },
1205
+ "displayOptions": {
1206
+ "show": {
1207
+ "resource": [
1208
+ "Projects"
1209
+ ],
1210
+ "operation": [
1211
+ "Redis Projects Locations Instances Patch"
1212
+ ]
1213
+ }
1214
+ }
1215
+ },
1216
+ {
1217
+ "displayName": "Tier",
1218
+ "name": "tier",
1219
+ "type": "options",
1220
+ "default": "TIER_UNSPECIFIED",
1221
+ "description": "Required. The service tier of the instance.",
1222
+ "options": [
1223
+ {
1224
+ "name": "TIER UNSPECIFIED",
1225
+ "value": "TIER_UNSPECIFIED"
1226
+ },
1227
+ {
1228
+ "name": "BASIC",
1229
+ "value": "BASIC"
1230
+ },
1231
+ {
1232
+ "name": "STANDARD HA",
1233
+ "value": "STANDARD_HA"
1234
+ }
1235
+ ],
1236
+ "routing": {
1237
+ "send": {
1238
+ "property": "tier",
1239
+ "propertyInDotNotation": false,
1240
+ "type": "body",
1241
+ "value": "={{ $value }}"
1242
+ }
1243
+ },
1244
+ "displayOptions": {
1245
+ "show": {
1246
+ "resource": [
1247
+ "Projects"
1248
+ ],
1249
+ "operation": [
1250
+ "Redis Projects Locations Instances Patch"
1251
+ ]
1252
+ }
1253
+ }
1254
+ },
1255
+ {
1256
+ "displayName": "Transit Encryption Mode",
1257
+ "name": "transitEncryptionMode",
1258
+ "type": "options",
1259
+ "default": "TRANSIT_ENCRYPTION_MODE_UNSPECIFIED",
1260
+ "description": "Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.",
1261
+ "options": [
1262
+ {
1263
+ "name": "TRANSIT ENCRYPTION MODE UNSPECIFIED",
1264
+ "value": "TRANSIT_ENCRYPTION_MODE_UNSPECIFIED"
1265
+ },
1266
+ {
1267
+ "name": "SERVER AUTHENTICATION",
1268
+ "value": "SERVER_AUTHENTICATION"
1269
+ },
1270
+ {
1271
+ "name": "DISABLED",
1272
+ "value": "DISABLED"
1273
+ }
1274
+ ],
1275
+ "routing": {
1276
+ "send": {
1277
+ "property": "transitEncryptionMode",
1278
+ "propertyInDotNotation": false,
1279
+ "type": "body",
1280
+ "value": "={{ $value }}"
1281
+ }
1282
+ },
1283
+ "displayOptions": {
1284
+ "show": {
1285
+ "resource": [
1286
+ "Projects"
1287
+ ],
1288
+ "operation": [
1289
+ "Redis Projects Locations Instances Patch"
1290
+ ]
1291
+ }
1292
+ }
1293
+ },
1294
+ {
1295
+ "displayName": "GET /v1/{name}/authString",
1296
+ "name": "operation",
1297
+ "type": "notice",
1298
+ "typeOptions": {
1299
+ "theme": "info"
1300
+ },
1301
+ "default": "",
1302
+ "displayOptions": {
1303
+ "show": {
1304
+ "resource": [
1305
+ "Projects"
1306
+ ],
1307
+ "operation": [
1308
+ "Redis Projects Locations Instances Get Auth String"
1309
+ ]
1310
+ }
1311
+ }
1312
+ },
1313
+ {
1314
+ "displayName": "Name",
1315
+ "name": "name",
1316
+ "required": true,
1317
+ "description": "Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.",
1318
+ "default": "",
1319
+ "type": "string",
1320
+ "displayOptions": {
1321
+ "show": {
1322
+ "resource": [
1323
+ "Projects"
1324
+ ],
1325
+ "operation": [
1326
+ "Redis Projects Locations Instances Get Auth String"
1327
+ ]
1328
+ }
1329
+ }
1330
+ },
1331
+ {
1332
+ "displayName": "GET /v1/{name}/locations",
1333
+ "name": "operation",
1334
+ "type": "notice",
1335
+ "typeOptions": {
1336
+ "theme": "info"
1337
+ },
1338
+ "default": "",
1339
+ "displayOptions": {
1340
+ "show": {
1341
+ "resource": [
1342
+ "Projects"
1343
+ ],
1344
+ "operation": [
1345
+ "Redis Projects Locations List"
1346
+ ]
1347
+ }
1348
+ }
1349
+ },
1350
+ {
1351
+ "displayName": "Name",
1352
+ "name": "name",
1353
+ "required": true,
1354
+ "description": "The resource that owns the locations collection, if applicable.",
1355
+ "default": "",
1356
+ "type": "string",
1357
+ "displayOptions": {
1358
+ "show": {
1359
+ "resource": [
1360
+ "Projects"
1361
+ ],
1362
+ "operation": [
1363
+ "Redis Projects Locations List"
1364
+ ]
1365
+ }
1366
+ }
1367
+ },
1368
+ {
1369
+ "displayName": "Filter",
1370
+ "name": "filter",
1371
+ "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
1372
+ "default": "",
1373
+ "type": "string",
1374
+ "routing": {
1375
+ "send": {
1376
+ "type": "query",
1377
+ "property": "filter",
1378
+ "value": "={{ $value }}",
1379
+ "propertyInDotNotation": false
1380
+ }
1381
+ },
1382
+ "displayOptions": {
1383
+ "show": {
1384
+ "resource": [
1385
+ "Projects"
1386
+ ],
1387
+ "operation": [
1388
+ "Redis Projects Locations List"
1389
+ ]
1390
+ }
1391
+ }
1392
+ },
1393
+ {
1394
+ "displayName": "Page Size",
1395
+ "name": "pageSize",
1396
+ "description": "The maximum number of results to return. If not set, the service selects a default.",
1397
+ "default": 0,
1398
+ "type": "number",
1399
+ "routing": {
1400
+ "send": {
1401
+ "type": "query",
1402
+ "property": "pageSize",
1403
+ "value": "={{ $value }}",
1404
+ "propertyInDotNotation": false
1405
+ }
1406
+ },
1407
+ "displayOptions": {
1408
+ "show": {
1409
+ "resource": [
1410
+ "Projects"
1411
+ ],
1412
+ "operation": [
1413
+ "Redis Projects Locations List"
1414
+ ]
1415
+ }
1416
+ }
1417
+ },
1418
+ {
1419
+ "displayName": "Page Token",
1420
+ "name": "pageToken",
1421
+ "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
1422
+ "default": "",
1423
+ "type": "string",
1424
+ "routing": {
1425
+ "send": {
1426
+ "type": "query",
1427
+ "property": "pageToken",
1428
+ "value": "={{ $value }}",
1429
+ "propertyInDotNotation": false
1430
+ }
1431
+ },
1432
+ "displayOptions": {
1433
+ "show": {
1434
+ "resource": [
1435
+ "Projects"
1436
+ ],
1437
+ "operation": [
1438
+ "Redis Projects Locations List"
1439
+ ]
1440
+ }
1441
+ }
1442
+ },
1443
+ {
1444
+ "displayName": "GET /v1/{name}/operations",
1445
+ "name": "operation",
1446
+ "type": "notice",
1447
+ "typeOptions": {
1448
+ "theme": "info"
1449
+ },
1450
+ "default": "",
1451
+ "displayOptions": {
1452
+ "show": {
1453
+ "resource": [
1454
+ "Projects"
1455
+ ],
1456
+ "operation": [
1457
+ "Redis Projects Locations Operations List"
1458
+ ]
1459
+ }
1460
+ }
1461
+ },
1462
+ {
1463
+ "displayName": "Name",
1464
+ "name": "name",
1465
+ "required": true,
1466
+ "description": "The name of the operation's parent resource.",
1467
+ "default": "",
1468
+ "type": "string",
1469
+ "displayOptions": {
1470
+ "show": {
1471
+ "resource": [
1472
+ "Projects"
1473
+ ],
1474
+ "operation": [
1475
+ "Redis Projects Locations Operations List"
1476
+ ]
1477
+ }
1478
+ }
1479
+ },
1480
+ {
1481
+ "displayName": "Filter",
1482
+ "name": "filter",
1483
+ "description": "The standard list filter.",
1484
+ "default": "",
1485
+ "type": "string",
1486
+ "routing": {
1487
+ "send": {
1488
+ "type": "query",
1489
+ "property": "filter",
1490
+ "value": "={{ $value }}",
1491
+ "propertyInDotNotation": false
1492
+ }
1493
+ },
1494
+ "displayOptions": {
1495
+ "show": {
1496
+ "resource": [
1497
+ "Projects"
1498
+ ],
1499
+ "operation": [
1500
+ "Redis Projects Locations Operations List"
1501
+ ]
1502
+ }
1503
+ }
1504
+ },
1505
+ {
1506
+ "displayName": "Page Size",
1507
+ "name": "pageSize",
1508
+ "description": "The standard list page size.",
1509
+ "default": 0,
1510
+ "type": "number",
1511
+ "routing": {
1512
+ "send": {
1513
+ "type": "query",
1514
+ "property": "pageSize",
1515
+ "value": "={{ $value }}",
1516
+ "propertyInDotNotation": false
1517
+ }
1518
+ },
1519
+ "displayOptions": {
1520
+ "show": {
1521
+ "resource": [
1522
+ "Projects"
1523
+ ],
1524
+ "operation": [
1525
+ "Redis Projects Locations Operations List"
1526
+ ]
1527
+ }
1528
+ }
1529
+ },
1530
+ {
1531
+ "displayName": "Page Token",
1532
+ "name": "pageToken",
1533
+ "description": "The standard list page token.",
1534
+ "default": "",
1535
+ "type": "string",
1536
+ "routing": {
1537
+ "send": {
1538
+ "type": "query",
1539
+ "property": "pageToken",
1540
+ "value": "={{ $value }}",
1541
+ "propertyInDotNotation": false
1542
+ }
1543
+ },
1544
+ "displayOptions": {
1545
+ "show": {
1546
+ "resource": [
1547
+ "Projects"
1548
+ ],
1549
+ "operation": [
1550
+ "Redis Projects Locations Operations List"
1551
+ ]
1552
+ }
1553
+ }
1554
+ },
1555
+ {
1556
+ "displayName": "POST /v1/{name}:cancel",
1557
+ "name": "operation",
1558
+ "type": "notice",
1559
+ "typeOptions": {
1560
+ "theme": "info"
1561
+ },
1562
+ "default": "",
1563
+ "displayOptions": {
1564
+ "show": {
1565
+ "resource": [
1566
+ "Projects"
1567
+ ],
1568
+ "operation": [
1569
+ "Redis Projects Locations Operations Cancel"
1570
+ ]
1571
+ }
1572
+ }
1573
+ },
1574
+ {
1575
+ "displayName": "Name",
1576
+ "name": "name",
1577
+ "required": true,
1578
+ "description": "The name of the operation resource to be cancelled.",
1579
+ "default": "",
1580
+ "type": "string",
1581
+ "displayOptions": {
1582
+ "show": {
1583
+ "resource": [
1584
+ "Projects"
1585
+ ],
1586
+ "operation": [
1587
+ "Redis Projects Locations Operations Cancel"
1588
+ ]
1589
+ }
1590
+ }
1591
+ },
1592
+ {
1593
+ "displayName": "POST /v1/{name}:export",
1594
+ "name": "operation",
1595
+ "type": "notice",
1596
+ "typeOptions": {
1597
+ "theme": "info"
1598
+ },
1599
+ "default": "",
1600
+ "displayOptions": {
1601
+ "show": {
1602
+ "resource": [
1603
+ "Projects"
1604
+ ],
1605
+ "operation": [
1606
+ "Redis Projects Locations Instances Export"
1607
+ ]
1608
+ }
1609
+ }
1610
+ },
1611
+ {
1612
+ "displayName": "Name",
1613
+ "name": "name",
1614
+ "required": true,
1615
+ "description": "Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.",
1616
+ "default": "",
1617
+ "type": "string",
1618
+ "displayOptions": {
1619
+ "show": {
1620
+ "resource": [
1621
+ "Projects"
1622
+ ],
1623
+ "operation": [
1624
+ "Redis Projects Locations Instances Export"
1625
+ ]
1626
+ }
1627
+ }
1628
+ },
1629
+ {
1630
+ "displayName": "Output Config",
1631
+ "name": "outputConfig",
1632
+ "type": "json",
1633
+ "default": "{\n \"gcsDestination\": {}\n}",
1634
+ "description": "The output content",
1635
+ "routing": {
1636
+ "send": {
1637
+ "property": "outputConfig",
1638
+ "propertyInDotNotation": false,
1639
+ "type": "body",
1640
+ "value": "={{ JSON.parse($value) }}"
1641
+ }
1642
+ },
1643
+ "displayOptions": {
1644
+ "show": {
1645
+ "resource": [
1646
+ "Projects"
1647
+ ],
1648
+ "operation": [
1649
+ "Redis Projects Locations Instances Export"
1650
+ ]
1651
+ }
1652
+ }
1653
+ },
1654
+ {
1655
+ "displayName": "POST /v1/{name}:failover",
1656
+ "name": "operation",
1657
+ "type": "notice",
1658
+ "typeOptions": {
1659
+ "theme": "info"
1660
+ },
1661
+ "default": "",
1662
+ "displayOptions": {
1663
+ "show": {
1664
+ "resource": [
1665
+ "Projects"
1666
+ ],
1667
+ "operation": [
1668
+ "Redis Projects Locations Instances Failover"
1669
+ ]
1670
+ }
1671
+ }
1672
+ },
1673
+ {
1674
+ "displayName": "Name",
1675
+ "name": "name",
1676
+ "required": true,
1677
+ "description": "Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.",
1678
+ "default": "",
1679
+ "type": "string",
1680
+ "displayOptions": {
1681
+ "show": {
1682
+ "resource": [
1683
+ "Projects"
1684
+ ],
1685
+ "operation": [
1686
+ "Redis Projects Locations Instances Failover"
1687
+ ]
1688
+ }
1689
+ }
1690
+ },
1691
+ {
1692
+ "displayName": "Data Protection Mode",
1693
+ "name": "dataProtectionMode",
1694
+ "type": "options",
1695
+ "default": "DATA_PROTECTION_MODE_UNSPECIFIED",
1696
+ "description": "Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.",
1697
+ "options": [
1698
+ {
1699
+ "name": "DATA PROTECTION MODE UNSPECIFIED",
1700
+ "value": "DATA_PROTECTION_MODE_UNSPECIFIED"
1701
+ },
1702
+ {
1703
+ "name": "LIMITED DATA LOSS",
1704
+ "value": "LIMITED_DATA_LOSS"
1705
+ },
1706
+ {
1707
+ "name": "FORCE DATA LOSS",
1708
+ "value": "FORCE_DATA_LOSS"
1709
+ }
1710
+ ],
1711
+ "routing": {
1712
+ "send": {
1713
+ "property": "dataProtectionMode",
1714
+ "propertyInDotNotation": false,
1715
+ "type": "body",
1716
+ "value": "={{ $value }}"
1717
+ }
1718
+ },
1719
+ "displayOptions": {
1720
+ "show": {
1721
+ "resource": [
1722
+ "Projects"
1723
+ ],
1724
+ "operation": [
1725
+ "Redis Projects Locations Instances Failover"
1726
+ ]
1727
+ }
1728
+ }
1729
+ },
1730
+ {
1731
+ "displayName": "POST /v1/{name}:import",
1732
+ "name": "operation",
1733
+ "type": "notice",
1734
+ "typeOptions": {
1735
+ "theme": "info"
1736
+ },
1737
+ "default": "",
1738
+ "displayOptions": {
1739
+ "show": {
1740
+ "resource": [
1741
+ "Projects"
1742
+ ],
1743
+ "operation": [
1744
+ "Redis Projects Locations Instances Import"
1745
+ ]
1746
+ }
1747
+ }
1748
+ },
1749
+ {
1750
+ "displayName": "Name",
1751
+ "name": "name",
1752
+ "required": true,
1753
+ "description": "Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.",
1754
+ "default": "",
1755
+ "type": "string",
1756
+ "displayOptions": {
1757
+ "show": {
1758
+ "resource": [
1759
+ "Projects"
1760
+ ],
1761
+ "operation": [
1762
+ "Redis Projects Locations Instances Import"
1763
+ ]
1764
+ }
1765
+ }
1766
+ },
1767
+ {
1768
+ "displayName": "Input Config",
1769
+ "name": "inputConfig",
1770
+ "type": "json",
1771
+ "default": "{\n \"gcsSource\": {}\n}",
1772
+ "description": "The input content",
1773
+ "routing": {
1774
+ "send": {
1775
+ "property": "inputConfig",
1776
+ "propertyInDotNotation": false,
1777
+ "type": "body",
1778
+ "value": "={{ JSON.parse($value) }}"
1779
+ }
1780
+ },
1781
+ "displayOptions": {
1782
+ "show": {
1783
+ "resource": [
1784
+ "Projects"
1785
+ ],
1786
+ "operation": [
1787
+ "Redis Projects Locations Instances Import"
1788
+ ]
1789
+ }
1790
+ }
1791
+ },
1792
+ {
1793
+ "displayName": "POST /v1/{name}:rescheduleMaintenance",
1794
+ "name": "operation",
1795
+ "type": "notice",
1796
+ "typeOptions": {
1797
+ "theme": "info"
1798
+ },
1799
+ "default": "",
1800
+ "displayOptions": {
1801
+ "show": {
1802
+ "resource": [
1803
+ "Projects"
1804
+ ],
1805
+ "operation": [
1806
+ "Redis Projects Locations Instances Reschedule Maintenance"
1807
+ ]
1808
+ }
1809
+ }
1810
+ },
1811
+ {
1812
+ "displayName": "Name",
1813
+ "name": "name",
1814
+ "required": true,
1815
+ "description": "Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.",
1816
+ "default": "",
1817
+ "type": "string",
1818
+ "displayOptions": {
1819
+ "show": {
1820
+ "resource": [
1821
+ "Projects"
1822
+ ],
1823
+ "operation": [
1824
+ "Redis Projects Locations Instances Reschedule Maintenance"
1825
+ ]
1826
+ }
1827
+ }
1828
+ },
1829
+ {
1830
+ "displayName": "Reschedule Type",
1831
+ "name": "rescheduleType",
1832
+ "type": "options",
1833
+ "default": "RESCHEDULE_TYPE_UNSPECIFIED",
1834
+ "description": "Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.",
1835
+ "options": [
1836
+ {
1837
+ "name": "RESCHEDULE TYPE UNSPECIFIED",
1838
+ "value": "RESCHEDULE_TYPE_UNSPECIFIED"
1839
+ },
1840
+ {
1841
+ "name": "IMMEDIATE",
1842
+ "value": "IMMEDIATE"
1843
+ },
1844
+ {
1845
+ "name": "NEXT AVAILABLE WINDOW",
1846
+ "value": "NEXT_AVAILABLE_WINDOW"
1847
+ },
1848
+ {
1849
+ "name": "SPECIFIC TIME",
1850
+ "value": "SPECIFIC_TIME"
1851
+ }
1852
+ ],
1853
+ "routing": {
1854
+ "send": {
1855
+ "property": "rescheduleType",
1856
+ "propertyInDotNotation": false,
1857
+ "type": "body",
1858
+ "value": "={{ $value }}"
1859
+ }
1860
+ },
1861
+ "displayOptions": {
1862
+ "show": {
1863
+ "resource": [
1864
+ "Projects"
1865
+ ],
1866
+ "operation": [
1867
+ "Redis Projects Locations Instances Reschedule Maintenance"
1868
+ ]
1869
+ }
1870
+ }
1871
+ },
1872
+ {
1873
+ "displayName": "Schedule Time",
1874
+ "name": "scheduleTime",
1875
+ "type": "string",
1876
+ "default": "",
1877
+ "description": "Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example `2012-11-15T16:19:00.094Z`.",
1878
+ "routing": {
1879
+ "send": {
1880
+ "property": "scheduleTime",
1881
+ "propertyInDotNotation": false,
1882
+ "type": "body",
1883
+ "value": "={{ $value }}"
1884
+ }
1885
+ },
1886
+ "displayOptions": {
1887
+ "show": {
1888
+ "resource": [
1889
+ "Projects"
1890
+ ],
1891
+ "operation": [
1892
+ "Redis Projects Locations Instances Reschedule Maintenance"
1893
+ ]
1894
+ }
1895
+ }
1896
+ },
1897
+ {
1898
+ "displayName": "POST /v1/{name}:upgrade",
1899
+ "name": "operation",
1900
+ "type": "notice",
1901
+ "typeOptions": {
1902
+ "theme": "info"
1903
+ },
1904
+ "default": "",
1905
+ "displayOptions": {
1906
+ "show": {
1907
+ "resource": [
1908
+ "Projects"
1909
+ ],
1910
+ "operation": [
1911
+ "Redis Projects Locations Instances Upgrade"
1912
+ ]
1913
+ }
1914
+ }
1915
+ },
1916
+ {
1917
+ "displayName": "Name",
1918
+ "name": "name",
1919
+ "required": true,
1920
+ "description": "Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.",
1921
+ "default": "",
1922
+ "type": "string",
1923
+ "displayOptions": {
1924
+ "show": {
1925
+ "resource": [
1926
+ "Projects"
1927
+ ],
1928
+ "operation": [
1929
+ "Redis Projects Locations Instances Upgrade"
1930
+ ]
1931
+ }
1932
+ }
1933
+ },
1934
+ {
1935
+ "displayName": "Redis Version",
1936
+ "name": "redisVersion",
1937
+ "type": "string",
1938
+ "default": "",
1939
+ "description": "Required. Specifies the target version of Redis software to upgrade to.",
1940
+ "routing": {
1941
+ "send": {
1942
+ "property": "redisVersion",
1943
+ "propertyInDotNotation": false,
1944
+ "type": "body",
1945
+ "value": "={{ $value }}"
1946
+ }
1947
+ },
1948
+ "displayOptions": {
1949
+ "show": {
1950
+ "resource": [
1951
+ "Projects"
1952
+ ],
1953
+ "operation": [
1954
+ "Redis Projects Locations Instances Upgrade"
1955
+ ]
1956
+ }
1957
+ }
1958
+ },
1959
+ {
1960
+ "displayName": "GET /v1/{parent}/instances",
1961
+ "name": "operation",
1962
+ "type": "notice",
1963
+ "typeOptions": {
1964
+ "theme": "info"
1965
+ },
1966
+ "default": "",
1967
+ "displayOptions": {
1968
+ "show": {
1969
+ "resource": [
1970
+ "Projects"
1971
+ ],
1972
+ "operation": [
1973
+ "Redis Projects Locations Instances List"
1974
+ ]
1975
+ }
1976
+ }
1977
+ },
1978
+ {
1979
+ "displayName": "Parent",
1980
+ "name": "parent",
1981
+ "required": true,
1982
+ "description": "Required. The resource name of the instance location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region.",
1983
+ "default": "",
1984
+ "type": "string",
1985
+ "displayOptions": {
1986
+ "show": {
1987
+ "resource": [
1988
+ "Projects"
1989
+ ],
1990
+ "operation": [
1991
+ "Redis Projects Locations Instances List"
1992
+ ]
1993
+ }
1994
+ }
1995
+ },
1996
+ {
1997
+ "displayName": "Page Size",
1998
+ "name": "pageSize",
1999
+ "description": "The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's `next_page_token` to determine if there are more instances left to be queried.",
2000
+ "default": 0,
2001
+ "type": "number",
2002
+ "routing": {
2003
+ "send": {
2004
+ "type": "query",
2005
+ "property": "pageSize",
2006
+ "value": "={{ $value }}",
2007
+ "propertyInDotNotation": false
2008
+ }
2009
+ },
2010
+ "displayOptions": {
2011
+ "show": {
2012
+ "resource": [
2013
+ "Projects"
2014
+ ],
2015
+ "operation": [
2016
+ "Redis Projects Locations Instances List"
2017
+ ]
2018
+ }
2019
+ }
2020
+ },
2021
+ {
2022
+ "displayName": "Page Token",
2023
+ "name": "pageToken",
2024
+ "description": "The `next_page_token` value returned from a previous ListInstances request, if any.",
2025
+ "default": "",
2026
+ "type": "string",
2027
+ "routing": {
2028
+ "send": {
2029
+ "type": "query",
2030
+ "property": "pageToken",
2031
+ "value": "={{ $value }}",
2032
+ "propertyInDotNotation": false
2033
+ }
2034
+ },
2035
+ "displayOptions": {
2036
+ "show": {
2037
+ "resource": [
2038
+ "Projects"
2039
+ ],
2040
+ "operation": [
2041
+ "Redis Projects Locations Instances List"
2042
+ ]
2043
+ }
2044
+ }
2045
+ },
2046
+ {
2047
+ "displayName": "POST /v1/{parent}/instances",
2048
+ "name": "operation",
2049
+ "type": "notice",
2050
+ "typeOptions": {
2051
+ "theme": "info"
2052
+ },
2053
+ "default": "",
2054
+ "displayOptions": {
2055
+ "show": {
2056
+ "resource": [
2057
+ "Projects"
2058
+ ],
2059
+ "operation": [
2060
+ "Redis Projects Locations Instances Create"
2061
+ ]
2062
+ }
2063
+ }
2064
+ },
2065
+ {
2066
+ "displayName": "Parent",
2067
+ "name": "parent",
2068
+ "required": true,
2069
+ "description": "Required. The resource name of the instance location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region.",
2070
+ "default": "",
2071
+ "type": "string",
2072
+ "displayOptions": {
2073
+ "show": {
2074
+ "resource": [
2075
+ "Projects"
2076
+ ],
2077
+ "operation": [
2078
+ "Redis Projects Locations Instances Create"
2079
+ ]
2080
+ }
2081
+ }
2082
+ },
2083
+ {
2084
+ "displayName": "Instance ID",
2085
+ "name": "instanceId",
2086
+ "description": "Required. The logical name of the Redis instance in the customer project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project / location",
2087
+ "default": "",
2088
+ "type": "string",
2089
+ "routing": {
2090
+ "send": {
2091
+ "type": "query",
2092
+ "property": "instanceId",
2093
+ "value": "={{ $value }}",
2094
+ "propertyInDotNotation": false
2095
+ }
2096
+ },
2097
+ "displayOptions": {
2098
+ "show": {
2099
+ "resource": [
2100
+ "Projects"
2101
+ ],
2102
+ "operation": [
2103
+ "Redis Projects Locations Instances Create"
2104
+ ]
2105
+ }
2106
+ }
2107
+ },
2108
+ {
2109
+ "displayName": "Alternative Location ID",
2110
+ "name": "alternativeLocationId",
2111
+ "type": "string",
2112
+ "default": "",
2113
+ "description": "Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.",
2114
+ "routing": {
2115
+ "send": {
2116
+ "property": "alternativeLocationId",
2117
+ "propertyInDotNotation": false,
2118
+ "type": "body",
2119
+ "value": "={{ $value }}"
2120
+ }
2121
+ },
2122
+ "displayOptions": {
2123
+ "show": {
2124
+ "resource": [
2125
+ "Projects"
2126
+ ],
2127
+ "operation": [
2128
+ "Redis Projects Locations Instances Create"
2129
+ ]
2130
+ }
2131
+ }
2132
+ },
2133
+ {
2134
+ "displayName": "Auth Enabled",
2135
+ "name": "authEnabled",
2136
+ "type": "boolean",
2137
+ "default": true,
2138
+ "description": "Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to \"true\" AUTH is enabled on the instance. Default value is \"false\" meaning AUTH is disabled.",
2139
+ "routing": {
2140
+ "send": {
2141
+ "property": "authEnabled",
2142
+ "propertyInDotNotation": false,
2143
+ "type": "body",
2144
+ "value": "={{ $value }}"
2145
+ }
2146
+ },
2147
+ "displayOptions": {
2148
+ "show": {
2149
+ "resource": [
2150
+ "Projects"
2151
+ ],
2152
+ "operation": [
2153
+ "Redis Projects Locations Instances Create"
2154
+ ]
2155
+ }
2156
+ }
2157
+ },
2158
+ {
2159
+ "displayName": "Authorized Network",
2160
+ "name": "authorizedNetwork",
2161
+ "type": "string",
2162
+ "default": "",
2163
+ "description": "Optional. The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.",
2164
+ "routing": {
2165
+ "send": {
2166
+ "property": "authorizedNetwork",
2167
+ "propertyInDotNotation": false,
2168
+ "type": "body",
2169
+ "value": "={{ $value }}"
2170
+ }
2171
+ },
2172
+ "displayOptions": {
2173
+ "show": {
2174
+ "resource": [
2175
+ "Projects"
2176
+ ],
2177
+ "operation": [
2178
+ "Redis Projects Locations Instances Create"
2179
+ ]
2180
+ }
2181
+ }
2182
+ },
2183
+ {
2184
+ "displayName": "Available Maintenance Versions",
2185
+ "name": "availableMaintenanceVersions",
2186
+ "type": "json",
2187
+ "default": "[\n null\n]",
2188
+ "description": "Optional. The available maintenance versions that an instance could update to.",
2189
+ "routing": {
2190
+ "send": {
2191
+ "property": "availableMaintenanceVersions",
2192
+ "propertyInDotNotation": false,
2193
+ "type": "body",
2194
+ "value": "={{ JSON.parse($value) }}"
2195
+ }
2196
+ },
2197
+ "displayOptions": {
2198
+ "show": {
2199
+ "resource": [
2200
+ "Projects"
2201
+ ],
2202
+ "operation": [
2203
+ "Redis Projects Locations Instances Create"
2204
+ ]
2205
+ }
2206
+ }
2207
+ },
2208
+ {
2209
+ "displayName": "Connect Mode",
2210
+ "name": "connectMode",
2211
+ "type": "options",
2212
+ "default": "CONNECT_MODE_UNSPECIFIED",
2213
+ "description": "Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.",
2214
+ "options": [
2215
+ {
2216
+ "name": "CONNECT MODE UNSPECIFIED",
2217
+ "value": "CONNECT_MODE_UNSPECIFIED"
2218
+ },
2219
+ {
2220
+ "name": "DIRECT PEERING",
2221
+ "value": "DIRECT_PEERING"
2222
+ },
2223
+ {
2224
+ "name": "PRIVATE SERVICE ACCESS",
2225
+ "value": "PRIVATE_SERVICE_ACCESS"
2226
+ }
2227
+ ],
2228
+ "routing": {
2229
+ "send": {
2230
+ "property": "connectMode",
2231
+ "propertyInDotNotation": false,
2232
+ "type": "body",
2233
+ "value": "={{ $value }}"
2234
+ }
2235
+ },
2236
+ "displayOptions": {
2237
+ "show": {
2238
+ "resource": [
2239
+ "Projects"
2240
+ ],
2241
+ "operation": [
2242
+ "Redis Projects Locations Instances Create"
2243
+ ]
2244
+ }
2245
+ }
2246
+ },
2247
+ {
2248
+ "displayName": "Create Time",
2249
+ "name": "createTime",
2250
+ "type": "string",
2251
+ "default": "",
2252
+ "description": "Output only. The time the instance was created.",
2253
+ "routing": {
2254
+ "send": {
2255
+ "property": "createTime",
2256
+ "propertyInDotNotation": false,
2257
+ "type": "body",
2258
+ "value": "={{ $value }}"
2259
+ }
2260
+ },
2261
+ "displayOptions": {
2262
+ "show": {
2263
+ "resource": [
2264
+ "Projects"
2265
+ ],
2266
+ "operation": [
2267
+ "Redis Projects Locations Instances Create"
2268
+ ]
2269
+ }
2270
+ }
2271
+ },
2272
+ {
2273
+ "displayName": "Current Location ID",
2274
+ "name": "currentLocationId",
2275
+ "type": "string",
2276
+ "default": "",
2277
+ "description": "Output only. The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.",
2278
+ "routing": {
2279
+ "send": {
2280
+ "property": "currentLocationId",
2281
+ "propertyInDotNotation": false,
2282
+ "type": "body",
2283
+ "value": "={{ $value }}"
2284
+ }
2285
+ },
2286
+ "displayOptions": {
2287
+ "show": {
2288
+ "resource": [
2289
+ "Projects"
2290
+ ],
2291
+ "operation": [
2292
+ "Redis Projects Locations Instances Create"
2293
+ ]
2294
+ }
2295
+ }
2296
+ },
2297
+ {
2298
+ "displayName": "Customer Managed Key",
2299
+ "name": "customerManagedKey",
2300
+ "type": "string",
2301
+ "default": "",
2302
+ "description": "Optional. The KMS key reference that the customer provides when trying to create the instance.",
2303
+ "routing": {
2304
+ "send": {
2305
+ "property": "customerManagedKey",
2306
+ "propertyInDotNotation": false,
2307
+ "type": "body",
2308
+ "value": "={{ $value }}"
2309
+ }
2310
+ },
2311
+ "displayOptions": {
2312
+ "show": {
2313
+ "resource": [
2314
+ "Projects"
2315
+ ],
2316
+ "operation": [
2317
+ "Redis Projects Locations Instances Create"
2318
+ ]
2319
+ }
2320
+ }
2321
+ },
2322
+ {
2323
+ "displayName": "Display Name",
2324
+ "name": "displayName",
2325
+ "type": "string",
2326
+ "default": "",
2327
+ "description": "An arbitrary and optional user-provided name for the instance.",
2328
+ "routing": {
2329
+ "send": {
2330
+ "property": "displayName",
2331
+ "propertyInDotNotation": false,
2332
+ "type": "body",
2333
+ "value": "={{ $value }}"
2334
+ }
2335
+ },
2336
+ "displayOptions": {
2337
+ "show": {
2338
+ "resource": [
2339
+ "Projects"
2340
+ ],
2341
+ "operation": [
2342
+ "Redis Projects Locations Instances Create"
2343
+ ]
2344
+ }
2345
+ }
2346
+ },
2347
+ {
2348
+ "displayName": "Host",
2349
+ "name": "host",
2350
+ "type": "string",
2351
+ "default": "",
2352
+ "description": "Output only. Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.",
2353
+ "routing": {
2354
+ "send": {
2355
+ "property": "host",
2356
+ "propertyInDotNotation": false,
2357
+ "type": "body",
2358
+ "value": "={{ $value }}"
2359
+ }
2360
+ },
2361
+ "displayOptions": {
2362
+ "show": {
2363
+ "resource": [
2364
+ "Projects"
2365
+ ],
2366
+ "operation": [
2367
+ "Redis Projects Locations Instances Create"
2368
+ ]
2369
+ }
2370
+ }
2371
+ },
2372
+ {
2373
+ "displayName": "Labels",
2374
+ "name": "labels",
2375
+ "type": "json",
2376
+ "default": "{}",
2377
+ "description": "Resource labels to represent user provided metadata",
2378
+ "routing": {
2379
+ "send": {
2380
+ "property": "labels",
2381
+ "propertyInDotNotation": false,
2382
+ "type": "body",
2383
+ "value": "={{ JSON.parse($value) }}"
2384
+ }
2385
+ },
2386
+ "displayOptions": {
2387
+ "show": {
2388
+ "resource": [
2389
+ "Projects"
2390
+ ],
2391
+ "operation": [
2392
+ "Redis Projects Locations Instances Create"
2393
+ ]
2394
+ }
2395
+ }
2396
+ },
2397
+ {
2398
+ "displayName": "Location ID",
2399
+ "name": "locationId",
2400
+ "type": "string",
2401
+ "default": "",
2402
+ "description": "Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.",
2403
+ "routing": {
2404
+ "send": {
2405
+ "property": "locationId",
2406
+ "propertyInDotNotation": false,
2407
+ "type": "body",
2408
+ "value": "={{ $value }}"
2409
+ }
2410
+ },
2411
+ "displayOptions": {
2412
+ "show": {
2413
+ "resource": [
2414
+ "Projects"
2415
+ ],
2416
+ "operation": [
2417
+ "Redis Projects Locations Instances Create"
2418
+ ]
2419
+ }
2420
+ }
2421
+ },
2422
+ {
2423
+ "displayName": "Maintenance Policy",
2424
+ "name": "maintenancePolicy",
2425
+ "type": "json",
2426
+ "default": "{\n \"weeklyMaintenanceWindow\": [\n {\n \"startTime\": {}\n }\n ]\n}",
2427
+ "description": "Maintenance policy for an instance.",
2428
+ "routing": {
2429
+ "send": {
2430
+ "property": "maintenancePolicy",
2431
+ "propertyInDotNotation": false,
2432
+ "type": "body",
2433
+ "value": "={{ JSON.parse($value) }}"
2434
+ }
2435
+ },
2436
+ "displayOptions": {
2437
+ "show": {
2438
+ "resource": [
2439
+ "Projects"
2440
+ ],
2441
+ "operation": [
2442
+ "Redis Projects Locations Instances Create"
2443
+ ]
2444
+ }
2445
+ }
2446
+ },
2447
+ {
2448
+ "displayName": "Maintenance Schedule",
2449
+ "name": "maintenanceSchedule",
2450
+ "type": "json",
2451
+ "default": "{}",
2452
+ "description": "Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.",
2453
+ "routing": {
2454
+ "send": {
2455
+ "property": "maintenanceSchedule",
2456
+ "propertyInDotNotation": false,
2457
+ "type": "body",
2458
+ "value": "={{ JSON.parse($value) }}"
2459
+ }
2460
+ },
2461
+ "displayOptions": {
2462
+ "show": {
2463
+ "resource": [
2464
+ "Projects"
2465
+ ],
2466
+ "operation": [
2467
+ "Redis Projects Locations Instances Create"
2468
+ ]
2469
+ }
2470
+ }
2471
+ },
2472
+ {
2473
+ "displayName": "Maintenance Version",
2474
+ "name": "maintenanceVersion",
2475
+ "type": "string",
2476
+ "default": "",
2477
+ "description": "Optional. The self service update maintenance version. The version is date based such as \"20210712_00_00\".",
2478
+ "routing": {
2479
+ "send": {
2480
+ "property": "maintenanceVersion",
2481
+ "propertyInDotNotation": false,
2482
+ "type": "body",
2483
+ "value": "={{ $value }}"
2484
+ }
2485
+ },
2486
+ "displayOptions": {
2487
+ "show": {
2488
+ "resource": [
2489
+ "Projects"
2490
+ ],
2491
+ "operation": [
2492
+ "Redis Projects Locations Instances Create"
2493
+ ]
2494
+ }
2495
+ }
2496
+ },
2497
+ {
2498
+ "displayName": "Memory Size Gb",
2499
+ "name": "memorySizeGb",
2500
+ "type": "number",
2501
+ "default": 0,
2502
+ "description": "Required. Redis memory size in GiB.",
2503
+ "routing": {
2504
+ "send": {
2505
+ "property": "memorySizeGb",
2506
+ "propertyInDotNotation": false,
2507
+ "type": "body",
2508
+ "value": "={{ $value }}"
2509
+ }
2510
+ },
2511
+ "displayOptions": {
2512
+ "show": {
2513
+ "resource": [
2514
+ "Projects"
2515
+ ],
2516
+ "operation": [
2517
+ "Redis Projects Locations Instances Create"
2518
+ ]
2519
+ }
2520
+ }
2521
+ },
2522
+ {
2523
+ "displayName": "Name",
2524
+ "name": "name",
2525
+ "type": "string",
2526
+ "default": "",
2527
+ "description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.",
2528
+ "routing": {
2529
+ "send": {
2530
+ "property": "name",
2531
+ "propertyInDotNotation": false,
2532
+ "type": "body",
2533
+ "value": "={{ $value }}"
2534
+ }
2535
+ },
2536
+ "displayOptions": {
2537
+ "show": {
2538
+ "resource": [
2539
+ "Projects"
2540
+ ],
2541
+ "operation": [
2542
+ "Redis Projects Locations Instances Create"
2543
+ ]
2544
+ }
2545
+ }
2546
+ },
2547
+ {
2548
+ "displayName": "Nodes",
2549
+ "name": "nodes",
2550
+ "type": "json",
2551
+ "default": "[\n {}\n]",
2552
+ "description": "Output only. Info per node.",
2553
+ "routing": {
2554
+ "send": {
2555
+ "property": "nodes",
2556
+ "propertyInDotNotation": false,
2557
+ "type": "body",
2558
+ "value": "={{ JSON.parse($value) }}"
2559
+ }
2560
+ },
2561
+ "displayOptions": {
2562
+ "show": {
2563
+ "resource": [
2564
+ "Projects"
2565
+ ],
2566
+ "operation": [
2567
+ "Redis Projects Locations Instances Create"
2568
+ ]
2569
+ }
2570
+ }
2571
+ },
2572
+ {
2573
+ "displayName": "Persistence Config",
2574
+ "name": "persistenceConfig",
2575
+ "type": "json",
2576
+ "default": "{}",
2577
+ "description": "Configuration of the persistence functionality.",
2578
+ "routing": {
2579
+ "send": {
2580
+ "property": "persistenceConfig",
2581
+ "propertyInDotNotation": false,
2582
+ "type": "body",
2583
+ "value": "={{ JSON.parse($value) }}"
2584
+ }
2585
+ },
2586
+ "displayOptions": {
2587
+ "show": {
2588
+ "resource": [
2589
+ "Projects"
2590
+ ],
2591
+ "operation": [
2592
+ "Redis Projects Locations Instances Create"
2593
+ ]
2594
+ }
2595
+ }
2596
+ },
2597
+ {
2598
+ "displayName": "Persistence Iam Identity",
2599
+ "name": "persistenceIamIdentity",
2600
+ "type": "string",
2601
+ "default": "",
2602
+ "description": "Output only. Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is \"serviceAccount:\". The value may change over time for a given instance so should be checked before each import/export operation.",
2603
+ "routing": {
2604
+ "send": {
2605
+ "property": "persistenceIamIdentity",
2606
+ "propertyInDotNotation": false,
2607
+ "type": "body",
2608
+ "value": "={{ $value }}"
2609
+ }
2610
+ },
2611
+ "displayOptions": {
2612
+ "show": {
2613
+ "resource": [
2614
+ "Projects"
2615
+ ],
2616
+ "operation": [
2617
+ "Redis Projects Locations Instances Create"
2618
+ ]
2619
+ }
2620
+ }
2621
+ },
2622
+ {
2623
+ "displayName": "Port",
2624
+ "name": "port",
2625
+ "type": "number",
2626
+ "default": 0,
2627
+ "description": "Output only. The port number of the exposed Redis endpoint.",
2628
+ "routing": {
2629
+ "send": {
2630
+ "property": "port",
2631
+ "propertyInDotNotation": false,
2632
+ "type": "body",
2633
+ "value": "={{ $value }}"
2634
+ }
2635
+ },
2636
+ "displayOptions": {
2637
+ "show": {
2638
+ "resource": [
2639
+ "Projects"
2640
+ ],
2641
+ "operation": [
2642
+ "Redis Projects Locations Instances Create"
2643
+ ]
2644
+ }
2645
+ }
2646
+ },
2647
+ {
2648
+ "displayName": "Read Endpoint",
2649
+ "name": "readEndpoint",
2650
+ "type": "string",
2651
+ "default": "",
2652
+ "description": "Output only. Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.",
2653
+ "routing": {
2654
+ "send": {
2655
+ "property": "readEndpoint",
2656
+ "propertyInDotNotation": false,
2657
+ "type": "body",
2658
+ "value": "={{ $value }}"
2659
+ }
2660
+ },
2661
+ "displayOptions": {
2662
+ "show": {
2663
+ "resource": [
2664
+ "Projects"
2665
+ ],
2666
+ "operation": [
2667
+ "Redis Projects Locations Instances Create"
2668
+ ]
2669
+ }
2670
+ }
2671
+ },
2672
+ {
2673
+ "displayName": "Read Endpoint Port",
2674
+ "name": "readEndpointPort",
2675
+ "type": "number",
2676
+ "default": 0,
2677
+ "description": "Output only. The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.",
2678
+ "routing": {
2679
+ "send": {
2680
+ "property": "readEndpointPort",
2681
+ "propertyInDotNotation": false,
2682
+ "type": "body",
2683
+ "value": "={{ $value }}"
2684
+ }
2685
+ },
2686
+ "displayOptions": {
2687
+ "show": {
2688
+ "resource": [
2689
+ "Projects"
2690
+ ],
2691
+ "operation": [
2692
+ "Redis Projects Locations Instances Create"
2693
+ ]
2694
+ }
2695
+ }
2696
+ },
2697
+ {
2698
+ "displayName": "Read Replicas Mode",
2699
+ "name": "readReplicasMode",
2700
+ "type": "options",
2701
+ "default": "READ_REPLICAS_MODE_UNSPECIFIED",
2702
+ "description": "Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.",
2703
+ "options": [
2704
+ {
2705
+ "name": "READ REPLICAS MODE UNSPECIFIED",
2706
+ "value": "READ_REPLICAS_MODE_UNSPECIFIED"
2707
+ },
2708
+ {
2709
+ "name": "READ REPLICAS DISABLED",
2710
+ "value": "READ_REPLICAS_DISABLED"
2711
+ },
2712
+ {
2713
+ "name": "READ REPLICAS ENABLED",
2714
+ "value": "READ_REPLICAS_ENABLED"
2715
+ }
2716
+ ],
2717
+ "routing": {
2718
+ "send": {
2719
+ "property": "readReplicasMode",
2720
+ "propertyInDotNotation": false,
2721
+ "type": "body",
2722
+ "value": "={{ $value }}"
2723
+ }
2724
+ },
2725
+ "displayOptions": {
2726
+ "show": {
2727
+ "resource": [
2728
+ "Projects"
2729
+ ],
2730
+ "operation": [
2731
+ "Redis Projects Locations Instances Create"
2732
+ ]
2733
+ }
2734
+ }
2735
+ },
2736
+ {
2737
+ "displayName": "Redis Configs",
2738
+ "name": "redisConfigs",
2739
+ "type": "json",
2740
+ "default": "{}",
2741
+ "description": "Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries",
2742
+ "routing": {
2743
+ "send": {
2744
+ "property": "redisConfigs",
2745
+ "propertyInDotNotation": false,
2746
+ "type": "body",
2747
+ "value": "={{ JSON.parse($value) }}"
2748
+ }
2749
+ },
2750
+ "displayOptions": {
2751
+ "show": {
2752
+ "resource": [
2753
+ "Projects"
2754
+ ],
2755
+ "operation": [
2756
+ "Redis Projects Locations Instances Create"
2757
+ ]
2758
+ }
2759
+ }
2760
+ },
2761
+ {
2762
+ "displayName": "Redis Version",
2763
+ "name": "redisVersion",
2764
+ "type": "string",
2765
+ "default": "",
2766
+ "description": "Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility",
2767
+ "routing": {
2768
+ "send": {
2769
+ "property": "redisVersion",
2770
+ "propertyInDotNotation": false,
2771
+ "type": "body",
2772
+ "value": "={{ $value }}"
2773
+ }
2774
+ },
2775
+ "displayOptions": {
2776
+ "show": {
2777
+ "resource": [
2778
+ "Projects"
2779
+ ],
2780
+ "operation": [
2781
+ "Redis Projects Locations Instances Create"
2782
+ ]
2783
+ }
2784
+ }
2785
+ },
2786
+ {
2787
+ "displayName": "Replica Count",
2788
+ "name": "replicaCount",
2789
+ "type": "number",
2790
+ "default": 0,
2791
+ "description": "Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.",
2792
+ "routing": {
2793
+ "send": {
2794
+ "property": "replicaCount",
2795
+ "propertyInDotNotation": false,
2796
+ "type": "body",
2797
+ "value": "={{ $value }}"
2798
+ }
2799
+ },
2800
+ "displayOptions": {
2801
+ "show": {
2802
+ "resource": [
2803
+ "Projects"
2804
+ ],
2805
+ "operation": [
2806
+ "Redis Projects Locations Instances Create"
2807
+ ]
2808
+ }
2809
+ }
2810
+ },
2811
+ {
2812
+ "displayName": "Reserved Ip Range",
2813
+ "name": "reservedIpRange",
2814
+ "type": "string",
2815
+ "default": "",
2816
+ "description": "Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.",
2817
+ "routing": {
2818
+ "send": {
2819
+ "property": "reservedIpRange",
2820
+ "propertyInDotNotation": false,
2821
+ "type": "body",
2822
+ "value": "={{ $value }}"
2823
+ }
2824
+ },
2825
+ "displayOptions": {
2826
+ "show": {
2827
+ "resource": [
2828
+ "Projects"
2829
+ ],
2830
+ "operation": [
2831
+ "Redis Projects Locations Instances Create"
2832
+ ]
2833
+ }
2834
+ }
2835
+ },
2836
+ {
2837
+ "displayName": "Secondary Ip Range",
2838
+ "name": "secondaryIpRange",
2839
+ "type": "string",
2840
+ "default": "",
2841
+ "description": "Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or \"auto\". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or \"auto\".",
2842
+ "routing": {
2843
+ "send": {
2844
+ "property": "secondaryIpRange",
2845
+ "propertyInDotNotation": false,
2846
+ "type": "body",
2847
+ "value": "={{ $value }}"
2848
+ }
2849
+ },
2850
+ "displayOptions": {
2851
+ "show": {
2852
+ "resource": [
2853
+ "Projects"
2854
+ ],
2855
+ "operation": [
2856
+ "Redis Projects Locations Instances Create"
2857
+ ]
2858
+ }
2859
+ }
2860
+ },
2861
+ {
2862
+ "displayName": "Server Ca Certs",
2863
+ "name": "serverCaCerts",
2864
+ "type": "json",
2865
+ "default": "[\n {}\n]",
2866
+ "description": "Output only. List of server CA certificates for the instance.",
2867
+ "routing": {
2868
+ "send": {
2869
+ "property": "serverCaCerts",
2870
+ "propertyInDotNotation": false,
2871
+ "type": "body",
2872
+ "value": "={{ JSON.parse($value) }}"
2873
+ }
2874
+ },
2875
+ "displayOptions": {
2876
+ "show": {
2877
+ "resource": [
2878
+ "Projects"
2879
+ ],
2880
+ "operation": [
2881
+ "Redis Projects Locations Instances Create"
2882
+ ]
2883
+ }
2884
+ }
2885
+ },
2886
+ {
2887
+ "displayName": "State",
2888
+ "name": "state",
2889
+ "type": "options",
2890
+ "default": "STATE_UNSPECIFIED",
2891
+ "description": "Output only. The current state of this instance.",
2892
+ "options": [
2893
+ {
2894
+ "name": "STATE UNSPECIFIED",
2895
+ "value": "STATE_UNSPECIFIED"
2896
+ },
2897
+ {
2898
+ "name": "CREATING",
2899
+ "value": "CREATING"
2900
+ },
2901
+ {
2902
+ "name": "READY",
2903
+ "value": "READY"
2904
+ },
2905
+ {
2906
+ "name": "UPDATING",
2907
+ "value": "UPDATING"
2908
+ },
2909
+ {
2910
+ "name": "DELETING",
2911
+ "value": "DELETING"
2912
+ },
2913
+ {
2914
+ "name": "REPAIRING",
2915
+ "value": "REPAIRING"
2916
+ },
2917
+ {
2918
+ "name": "MAINTENANCE",
2919
+ "value": "MAINTENANCE"
2920
+ },
2921
+ {
2922
+ "name": "IMPORTING",
2923
+ "value": "IMPORTING"
2924
+ },
2925
+ {
2926
+ "name": "FAILING OVER",
2927
+ "value": "FAILING_OVER"
2928
+ }
2929
+ ],
2930
+ "routing": {
2931
+ "send": {
2932
+ "property": "state",
2933
+ "propertyInDotNotation": false,
2934
+ "type": "body",
2935
+ "value": "={{ $value }}"
2936
+ }
2937
+ },
2938
+ "displayOptions": {
2939
+ "show": {
2940
+ "resource": [
2941
+ "Projects"
2942
+ ],
2943
+ "operation": [
2944
+ "Redis Projects Locations Instances Create"
2945
+ ]
2946
+ }
2947
+ }
2948
+ },
2949
+ {
2950
+ "displayName": "Status Message",
2951
+ "name": "statusMessage",
2952
+ "type": "string",
2953
+ "default": "",
2954
+ "description": "Output only. Additional information about the current status of this instance, if available.",
2955
+ "routing": {
2956
+ "send": {
2957
+ "property": "statusMessage",
2958
+ "propertyInDotNotation": false,
2959
+ "type": "body",
2960
+ "value": "={{ $value }}"
2961
+ }
2962
+ },
2963
+ "displayOptions": {
2964
+ "show": {
2965
+ "resource": [
2966
+ "Projects"
2967
+ ],
2968
+ "operation": [
2969
+ "Redis Projects Locations Instances Create"
2970
+ ]
2971
+ }
2972
+ }
2973
+ },
2974
+ {
2975
+ "displayName": "Suspension Reasons",
2976
+ "name": "suspensionReasons",
2977
+ "type": "json",
2978
+ "default": "[\n null\n]",
2979
+ "description": "Optional. reasons that causes instance in \"SUSPENDED\" state.",
2980
+ "routing": {
2981
+ "send": {
2982
+ "property": "suspensionReasons",
2983
+ "propertyInDotNotation": false,
2984
+ "type": "body",
2985
+ "value": "={{ JSON.parse($value) }}"
2986
+ }
2987
+ },
2988
+ "displayOptions": {
2989
+ "show": {
2990
+ "resource": [
2991
+ "Projects"
2992
+ ],
2993
+ "operation": [
2994
+ "Redis Projects Locations Instances Create"
2995
+ ]
2996
+ }
2997
+ }
2998
+ },
2999
+ {
3000
+ "displayName": "Tier",
3001
+ "name": "tier",
3002
+ "type": "options",
3003
+ "default": "TIER_UNSPECIFIED",
3004
+ "description": "Required. The service tier of the instance.",
3005
+ "options": [
3006
+ {
3007
+ "name": "TIER UNSPECIFIED",
3008
+ "value": "TIER_UNSPECIFIED"
3009
+ },
3010
+ {
3011
+ "name": "BASIC",
3012
+ "value": "BASIC"
3013
+ },
3014
+ {
3015
+ "name": "STANDARD HA",
3016
+ "value": "STANDARD_HA"
3017
+ }
3018
+ ],
3019
+ "routing": {
3020
+ "send": {
3021
+ "property": "tier",
3022
+ "propertyInDotNotation": false,
3023
+ "type": "body",
3024
+ "value": "={{ $value }}"
3025
+ }
3026
+ },
3027
+ "displayOptions": {
3028
+ "show": {
3029
+ "resource": [
3030
+ "Projects"
3031
+ ],
3032
+ "operation": [
3033
+ "Redis Projects Locations Instances Create"
3034
+ ]
3035
+ }
3036
+ }
3037
+ },
3038
+ {
3039
+ "displayName": "Transit Encryption Mode",
3040
+ "name": "transitEncryptionMode",
3041
+ "type": "options",
3042
+ "default": "TRANSIT_ENCRYPTION_MODE_UNSPECIFIED",
3043
+ "description": "Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.",
3044
+ "options": [
3045
+ {
3046
+ "name": "TRANSIT ENCRYPTION MODE UNSPECIFIED",
3047
+ "value": "TRANSIT_ENCRYPTION_MODE_UNSPECIFIED"
3048
+ },
3049
+ {
3050
+ "name": "SERVER AUTHENTICATION",
3051
+ "value": "SERVER_AUTHENTICATION"
3052
+ },
3053
+ {
3054
+ "name": "DISABLED",
3055
+ "value": "DISABLED"
3056
+ }
3057
+ ],
3058
+ "routing": {
3059
+ "send": {
3060
+ "property": "transitEncryptionMode",
3061
+ "propertyInDotNotation": false,
3062
+ "type": "body",
3063
+ "value": "={{ $value }}"
3064
+ }
3065
+ },
3066
+ "displayOptions": {
3067
+ "show": {
3068
+ "resource": [
3069
+ "Projects"
3070
+ ],
3071
+ "operation": [
3072
+ "Redis Projects Locations Instances Create"
3073
+ ]
3074
+ }
3075
+ }
3076
+ },
3077
+ ];
3078
+ //# sourceMappingURL=index.js.map