pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1a1739444689__py3-none-any.whl

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.
Files changed (76) hide show
  1. pulumi_gcp/__init__.py +80 -0
  2. pulumi_gcp/_utilities.py +8 -4
  3. pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
  4. pulumi_gcp/accesscontextmanager/outputs.py +186 -54
  5. pulumi_gcp/appengine/_inputs.py +3 -0
  6. pulumi_gcp/appengine/outputs.py +2 -0
  7. pulumi_gcp/beyondcorp/__init__.py +5 -0
  8. pulumi_gcp/beyondcorp/_inputs.py +189 -0
  9. pulumi_gcp/beyondcorp/application.py +604 -0
  10. pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
  11. pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
  12. pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
  13. pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
  14. pulumi_gcp/beyondcorp/outputs.py +111 -0
  15. pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
  16. pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
  17. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
  18. pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
  19. pulumi_gcp/certificateauthority/_inputs.py +54 -0
  20. pulumi_gcp/certificateauthority/authority.py +149 -3
  21. pulumi_gcp/certificateauthority/get_authority.py +15 -4
  22. pulumi_gcp/certificateauthority/outputs.py +81 -0
  23. pulumi_gcp/cloudrunv2/_inputs.py +112 -0
  24. pulumi_gcp/cloudrunv2/outputs.py +144 -1
  25. pulumi_gcp/cloudrunv2/service.py +2 -0
  26. pulumi_gcp/colab/__init__.py +2 -0
  27. pulumi_gcp/colab/_inputs.py +655 -0
  28. pulumi_gcp/colab/notebook_execution.py +1259 -0
  29. pulumi_gcp/colab/outputs.py +512 -0
  30. pulumi_gcp/colab/runtime.py +266 -2
  31. pulumi_gcp/colab/runtime_template.py +79 -3
  32. pulumi_gcp/colab/schedule.py +1318 -0
  33. pulumi_gcp/compute/__init__.py +1 -0
  34. pulumi_gcp/compute/_inputs.py +204 -0
  35. pulumi_gcp/compute/firewall_policy.py +54 -43
  36. pulumi_gcp/compute/forwarding_rule.py +103 -0
  37. pulumi_gcp/compute/get_forwarding_rule.py +12 -1
  38. pulumi_gcp/compute/interconnect_attachment.py +12 -0
  39. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
  40. pulumi_gcp/compute/outputs.py +187 -0
  41. pulumi_gcp/compute/public_advertised_prefix.py +35 -7
  42. pulumi_gcp/compute/public_delegated_prefix.py +171 -7
  43. pulumi_gcp/compute/region_resize_request.py +21 -22
  44. pulumi_gcp/compute/resize_request.py +22 -23
  45. pulumi_gcp/compute/subnetwork.py +14 -7
  46. pulumi_gcp/container/_inputs.py +54 -1
  47. pulumi_gcp/container/outputs.py +79 -1
  48. pulumi_gcp/datastream/connection_profile.py +120 -46
  49. pulumi_gcp/discoveryengine/chat_engine.py +7 -7
  50. pulumi_gcp/filestore/_inputs.py +222 -0
  51. pulumi_gcp/filestore/get_instance.py +23 -1
  52. pulumi_gcp/filestore/instance.py +86 -0
  53. pulumi_gcp/filestore/outputs.py +282 -0
  54. pulumi_gcp/gemini/__init__.py +2 -0
  55. pulumi_gcp/gemini/logging_setting.py +671 -0
  56. pulumi_gcp/gemini/release_channel_setting.py +639 -0
  57. pulumi_gcp/memorystore/_inputs.py +296 -0
  58. pulumi_gcp/memorystore/instance.py +32 -28
  59. pulumi_gcp/memorystore/outputs.py +224 -0
  60. pulumi_gcp/monitoring/_inputs.py +12 -9
  61. pulumi_gcp/monitoring/outputs.py +8 -6
  62. pulumi_gcp/networkservices/_inputs.py +89 -0
  63. pulumi_gcp/networkservices/outputs.py +75 -0
  64. pulumi_gcp/parametermanager/__init__.py +2 -0
  65. pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
  66. pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
  67. pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
  68. pulumi_gcp/pulumi-plugin.json +1 -1
  69. pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
  70. pulumi_gcp/securesourcemanager/repository.py +4 -0
  71. pulumi_gcp/storage/bucket_object.py +8 -0
  72. pulumi_gcp/workbench/instance.py +70 -2
  73. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/RECORD +76 -63
  75. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/top_level.txt +0 -0
@@ -19,6 +19,12 @@ __all__ = [
19
19
  'InstanceDesiredPscAutoConnectionArgsDict',
20
20
  'InstanceDiscoveryEndpointArgs',
21
21
  'InstanceDiscoveryEndpointArgsDict',
22
+ 'InstanceEndpointArgs',
23
+ 'InstanceEndpointArgsDict',
24
+ 'InstanceEndpointConnectionArgs',
25
+ 'InstanceEndpointConnectionArgsDict',
26
+ 'InstanceEndpointConnectionPscAutoConnectionArgs',
27
+ 'InstanceEndpointConnectionPscAutoConnectionArgsDict',
22
28
  'InstanceNodeConfigArgs',
23
29
  'InstanceNodeConfigArgsDict',
24
30
  'InstancePersistenceConfigArgs',
@@ -182,6 +188,296 @@ class InstanceDiscoveryEndpointArgs:
182
188
  pulumi.set(self, "port", value)
183
189
 
184
190
 
191
+ if not MYPY:
192
+ class InstanceEndpointArgsDict(TypedDict):
193
+ connections: NotRequired[pulumi.Input[Sequence[pulumi.Input['InstanceEndpointConnectionArgsDict']]]]
194
+ """
195
+ A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
196
+ Structure is documented below.
197
+ """
198
+ elif False:
199
+ InstanceEndpointArgsDict: TypeAlias = Mapping[str, Any]
200
+
201
+ @pulumi.input_type
202
+ class InstanceEndpointArgs:
203
+ def __init__(__self__, *,
204
+ connections: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceEndpointConnectionArgs']]]] = None):
205
+ """
206
+ :param pulumi.Input[Sequence[pulumi.Input['InstanceEndpointConnectionArgs']]] connections: A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
207
+ Structure is documented below.
208
+ """
209
+ if connections is not None:
210
+ pulumi.set(__self__, "connections", connections)
211
+
212
+ @property
213
+ @pulumi.getter
214
+ def connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceEndpointConnectionArgs']]]]:
215
+ """
216
+ A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
217
+ Structure is documented below.
218
+ """
219
+ return pulumi.get(self, "connections")
220
+
221
+ @connections.setter
222
+ def connections(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceEndpointConnectionArgs']]]]):
223
+ pulumi.set(self, "connections", value)
224
+
225
+
226
+ if not MYPY:
227
+ class InstanceEndpointConnectionArgsDict(TypedDict):
228
+ psc_auto_connection: NotRequired[pulumi.Input['InstanceEndpointConnectionPscAutoConnectionArgsDict']]
229
+ """
230
+ Detailed information of a PSC connection that is created through service connectivity automation.
231
+ Structure is documented below.
232
+ """
233
+ elif False:
234
+ InstanceEndpointConnectionArgsDict: TypeAlias = Mapping[str, Any]
235
+
236
+ @pulumi.input_type
237
+ class InstanceEndpointConnectionArgs:
238
+ def __init__(__self__, *,
239
+ psc_auto_connection: Optional[pulumi.Input['InstanceEndpointConnectionPscAutoConnectionArgs']] = None):
240
+ """
241
+ :param pulumi.Input['InstanceEndpointConnectionPscAutoConnectionArgs'] psc_auto_connection: Detailed information of a PSC connection that is created through service connectivity automation.
242
+ Structure is documented below.
243
+ """
244
+ if psc_auto_connection is not None:
245
+ pulumi.set(__self__, "psc_auto_connection", psc_auto_connection)
246
+
247
+ @property
248
+ @pulumi.getter(name="pscAutoConnection")
249
+ def psc_auto_connection(self) -> Optional[pulumi.Input['InstanceEndpointConnectionPscAutoConnectionArgs']]:
250
+ """
251
+ Detailed information of a PSC connection that is created through service connectivity automation.
252
+ Structure is documented below.
253
+ """
254
+ return pulumi.get(self, "psc_auto_connection")
255
+
256
+ @psc_auto_connection.setter
257
+ def psc_auto_connection(self, value: Optional[pulumi.Input['InstanceEndpointConnectionPscAutoConnectionArgs']]):
258
+ pulumi.set(self, "psc_auto_connection", value)
259
+
260
+
261
+ if not MYPY:
262
+ class InstanceEndpointConnectionPscAutoConnectionArgsDict(TypedDict):
263
+ connection_type: NotRequired[pulumi.Input[str]]
264
+ """
265
+ (Output)
266
+ Output Only. Type of a PSC Connection.
267
+ Possible values:
268
+ CONNECTION_TYPE_DISCOVERY
269
+ CONNECTION_TYPE_PRIMARY
270
+ CONNECTION_TYPE_READER
271
+ """
272
+ forwarding_rule: NotRequired[pulumi.Input[str]]
273
+ """
274
+ (Output)
275
+ Output only. The URI of the consumer side forwarding rule.
276
+ Format:
277
+ projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
278
+ """
279
+ ip_address: NotRequired[pulumi.Input[str]]
280
+ """
281
+ (Output)
282
+ Output only. The IP allocated on the consumer network for the PSC forwarding rule.
283
+ """
284
+ network: NotRequired[pulumi.Input[str]]
285
+ """
286
+ (Output)
287
+ Output only. The consumer network where the IP address resides, in the form of
288
+ projects/{project_id}/global/networks/{network_id}.
289
+ """
290
+ port: NotRequired[pulumi.Input[int]]
291
+ """
292
+ (Output)
293
+ Output only. Ports of the exposed endpoint.
294
+ """
295
+ project_id: NotRequired[pulumi.Input[str]]
296
+ """
297
+ (Output)
298
+ Output only. The consumer project_id where the forwarding rule is created from.
299
+ """
300
+ psc_connection_id: NotRequired[pulumi.Input[str]]
301
+ """
302
+ (Output)
303
+ Output only. The PSC connection id of the forwarding rule connected to the
304
+ service attachment.
305
+ """
306
+ service_attachment: NotRequired[pulumi.Input[str]]
307
+ """
308
+ (Output)
309
+ Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
310
+ """
311
+ elif False:
312
+ InstanceEndpointConnectionPscAutoConnectionArgsDict: TypeAlias = Mapping[str, Any]
313
+
314
+ @pulumi.input_type
315
+ class InstanceEndpointConnectionPscAutoConnectionArgs:
316
+ def __init__(__self__, *,
317
+ connection_type: Optional[pulumi.Input[str]] = None,
318
+ forwarding_rule: Optional[pulumi.Input[str]] = None,
319
+ ip_address: Optional[pulumi.Input[str]] = None,
320
+ network: Optional[pulumi.Input[str]] = None,
321
+ port: Optional[pulumi.Input[int]] = None,
322
+ project_id: Optional[pulumi.Input[str]] = None,
323
+ psc_connection_id: Optional[pulumi.Input[str]] = None,
324
+ service_attachment: Optional[pulumi.Input[str]] = None):
325
+ """
326
+ :param pulumi.Input[str] connection_type: (Output)
327
+ Output Only. Type of a PSC Connection.
328
+ Possible values:
329
+ CONNECTION_TYPE_DISCOVERY
330
+ CONNECTION_TYPE_PRIMARY
331
+ CONNECTION_TYPE_READER
332
+ :param pulumi.Input[str] forwarding_rule: (Output)
333
+ Output only. The URI of the consumer side forwarding rule.
334
+ Format:
335
+ projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
336
+ :param pulumi.Input[str] ip_address: (Output)
337
+ Output only. The IP allocated on the consumer network for the PSC forwarding rule.
338
+ :param pulumi.Input[str] network: (Output)
339
+ Output only. The consumer network where the IP address resides, in the form of
340
+ projects/{project_id}/global/networks/{network_id}.
341
+ :param pulumi.Input[int] port: (Output)
342
+ Output only. Ports of the exposed endpoint.
343
+ :param pulumi.Input[str] project_id: (Output)
344
+ Output only. The consumer project_id where the forwarding rule is created from.
345
+ :param pulumi.Input[str] psc_connection_id: (Output)
346
+ Output only. The PSC connection id of the forwarding rule connected to the
347
+ service attachment.
348
+ :param pulumi.Input[str] service_attachment: (Output)
349
+ Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
350
+ """
351
+ if connection_type is not None:
352
+ pulumi.set(__self__, "connection_type", connection_type)
353
+ if forwarding_rule is not None:
354
+ pulumi.set(__self__, "forwarding_rule", forwarding_rule)
355
+ if ip_address is not None:
356
+ pulumi.set(__self__, "ip_address", ip_address)
357
+ if network is not None:
358
+ pulumi.set(__self__, "network", network)
359
+ if port is not None:
360
+ pulumi.set(__self__, "port", port)
361
+ if project_id is not None:
362
+ pulumi.set(__self__, "project_id", project_id)
363
+ if psc_connection_id is not None:
364
+ pulumi.set(__self__, "psc_connection_id", psc_connection_id)
365
+ if service_attachment is not None:
366
+ pulumi.set(__self__, "service_attachment", service_attachment)
367
+
368
+ @property
369
+ @pulumi.getter(name="connectionType")
370
+ def connection_type(self) -> Optional[pulumi.Input[str]]:
371
+ """
372
+ (Output)
373
+ Output Only. Type of a PSC Connection.
374
+ Possible values:
375
+ CONNECTION_TYPE_DISCOVERY
376
+ CONNECTION_TYPE_PRIMARY
377
+ CONNECTION_TYPE_READER
378
+ """
379
+ return pulumi.get(self, "connection_type")
380
+
381
+ @connection_type.setter
382
+ def connection_type(self, value: Optional[pulumi.Input[str]]):
383
+ pulumi.set(self, "connection_type", value)
384
+
385
+ @property
386
+ @pulumi.getter(name="forwardingRule")
387
+ def forwarding_rule(self) -> Optional[pulumi.Input[str]]:
388
+ """
389
+ (Output)
390
+ Output only. The URI of the consumer side forwarding rule.
391
+ Format:
392
+ projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
393
+ """
394
+ return pulumi.get(self, "forwarding_rule")
395
+
396
+ @forwarding_rule.setter
397
+ def forwarding_rule(self, value: Optional[pulumi.Input[str]]):
398
+ pulumi.set(self, "forwarding_rule", value)
399
+
400
+ @property
401
+ @pulumi.getter(name="ipAddress")
402
+ def ip_address(self) -> Optional[pulumi.Input[str]]:
403
+ """
404
+ (Output)
405
+ Output only. The IP allocated on the consumer network for the PSC forwarding rule.
406
+ """
407
+ return pulumi.get(self, "ip_address")
408
+
409
+ @ip_address.setter
410
+ def ip_address(self, value: Optional[pulumi.Input[str]]):
411
+ pulumi.set(self, "ip_address", value)
412
+
413
+ @property
414
+ @pulumi.getter
415
+ def network(self) -> Optional[pulumi.Input[str]]:
416
+ """
417
+ (Output)
418
+ Output only. The consumer network where the IP address resides, in the form of
419
+ projects/{project_id}/global/networks/{network_id}.
420
+ """
421
+ return pulumi.get(self, "network")
422
+
423
+ @network.setter
424
+ def network(self, value: Optional[pulumi.Input[str]]):
425
+ pulumi.set(self, "network", value)
426
+
427
+ @property
428
+ @pulumi.getter
429
+ def port(self) -> Optional[pulumi.Input[int]]:
430
+ """
431
+ (Output)
432
+ Output only. Ports of the exposed endpoint.
433
+ """
434
+ return pulumi.get(self, "port")
435
+
436
+ @port.setter
437
+ def port(self, value: Optional[pulumi.Input[int]]):
438
+ pulumi.set(self, "port", value)
439
+
440
+ @property
441
+ @pulumi.getter(name="projectId")
442
+ def project_id(self) -> Optional[pulumi.Input[str]]:
443
+ """
444
+ (Output)
445
+ Output only. The consumer project_id where the forwarding rule is created from.
446
+ """
447
+ return pulumi.get(self, "project_id")
448
+
449
+ @project_id.setter
450
+ def project_id(self, value: Optional[pulumi.Input[str]]):
451
+ pulumi.set(self, "project_id", value)
452
+
453
+ @property
454
+ @pulumi.getter(name="pscConnectionId")
455
+ def psc_connection_id(self) -> Optional[pulumi.Input[str]]:
456
+ """
457
+ (Output)
458
+ Output only. The PSC connection id of the forwarding rule connected to the
459
+ service attachment.
460
+ """
461
+ return pulumi.get(self, "psc_connection_id")
462
+
463
+ @psc_connection_id.setter
464
+ def psc_connection_id(self, value: Optional[pulumi.Input[str]]):
465
+ pulumi.set(self, "psc_connection_id", value)
466
+
467
+ @property
468
+ @pulumi.getter(name="serviceAttachment")
469
+ def service_attachment(self) -> Optional[pulumi.Input[str]]:
470
+ """
471
+ (Output)
472
+ Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
473
+ """
474
+ return pulumi.get(self, "service_attachment")
475
+
476
+ @service_attachment.setter
477
+ def service_attachment(self, value: Optional[pulumi.Input[str]]):
478
+ pulumi.set(self, "service_attachment", value)
479
+
480
+
185
481
  if not MYPY:
186
482
  class InstanceNodeConfigArgsDict(TypedDict):
187
483
  size_gb: NotRequired[pulumi.Input[float]]
@@ -62,11 +62,11 @@ class InstanceArgs:
62
62
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels to represent user-provided metadata.
63
63
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
64
64
  Please refer to the field `effective_labels` for all of the labels present on the resource.
65
- :param pulumi.Input[str] mode: Optional. Standalone or cluster.
65
+ :param pulumi.Input[str] mode: Optional. cluster or cluster-disabled.
66
66
  Possible values:
67
67
  CLUSTER
68
- STANDALONE
69
- Possible values are: `CLUSTER`, `STANDALONE`.
68
+ CLUSTER_DISABLED
69
+ Possible values are: `CLUSTER`, `CLUSTER_DISABLED`.
70
70
  :param pulumi.Input[str] node_type: Optional. Immutable. Machine type for individual nodes of the instance.
71
71
  Possible values:
72
72
  SHARED_CORE_NANO
@@ -240,11 +240,11 @@ class InstanceArgs:
240
240
  @pulumi.getter
241
241
  def mode(self) -> Optional[pulumi.Input[str]]:
242
242
  """
243
- Optional. Standalone or cluster.
243
+ Optional. cluster or cluster-disabled.
244
244
  Possible values:
245
245
  CLUSTER
246
- STANDALONE
247
- Possible values are: `CLUSTER`, `STANDALONE`.
246
+ CLUSTER_DISABLED
247
+ Possible values are: `CLUSTER`, `CLUSTER_DISABLED`.
248
248
  """
249
249
  return pulumi.get(self, "mode")
250
250
 
@@ -345,7 +345,7 @@ class _InstanceState:
345
345
  desired_psc_auto_connections: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceDesiredPscAutoConnectionArgs']]]] = None,
346
346
  discovery_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceDiscoveryEndpointArgs']]]] = None,
347
347
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
348
- endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]]] = None,
348
+ endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceEndpointArgs']]]] = None,
349
349
  engine_configs: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
350
350
  engine_version: Optional[pulumi.Input[str]] = None,
351
351
  instance_id: Optional[pulumi.Input[str]] = None,
@@ -379,7 +379,8 @@ class _InstanceState:
379
379
  discovery endpoint is supported.
380
380
  Structure is documented below.
381
381
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
382
- :param pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]] endpoints: Endpoints for the instance.
382
+ :param pulumi.Input[Sequence[pulumi.Input['InstanceEndpointArgs']]] endpoints: Endpoints for the instance.
383
+ Structure is documented below.
383
384
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] engine_configs: Optional. User-provided engine configurations for the instance.
384
385
  :param pulumi.Input[str] engine_version: Optional. Immutable. Engine version of the instance.
385
386
  :param pulumi.Input[str] instance_id: Required. The ID to use for the instance, which will become the final component of
@@ -397,11 +398,11 @@ class _InstanceState:
397
398
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
398
399
  Please refer to the field `effective_labels` for all of the labels present on the resource.
399
400
  :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `memorystore.googleapis.com/CertificateAuthority`.
400
- :param pulumi.Input[str] mode: Optional. Standalone or cluster.
401
+ :param pulumi.Input[str] mode: Optional. cluster or cluster-disabled.
401
402
  Possible values:
402
403
  CLUSTER
403
- STANDALONE
404
- Possible values are: `CLUSTER`, `STANDALONE`.
404
+ CLUSTER_DISABLED
405
+ Possible values are: `CLUSTER`, `CLUSTER_DISABLED`.
405
406
  :param pulumi.Input[str] name: Identifier. Unique name of the instance.
406
407
  Format: projects/{project}/locations/{location}/instances/{instance}
407
408
  :param pulumi.Input[Sequence[pulumi.Input['InstanceNodeConfigArgs']]] node_configs: Represents configuration for nodes of the instance.
@@ -574,14 +575,15 @@ class _InstanceState:
574
575
 
575
576
  @property
576
577
  @pulumi.getter
577
- def endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]]]:
578
+ def endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceEndpointArgs']]]]:
578
579
  """
579
580
  Endpoints for the instance.
581
+ Structure is documented below.
580
582
  """
581
583
  return pulumi.get(self, "endpoints")
582
584
 
583
585
  @endpoints.setter
584
- def endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]]]):
586
+ def endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceEndpointArgs']]]]):
585
587
  pulumi.set(self, "endpoints", value)
586
588
 
587
589
  @property
@@ -660,11 +662,11 @@ class _InstanceState:
660
662
  @pulumi.getter
661
663
  def mode(self) -> Optional[pulumi.Input[str]]:
662
664
  """
663
- Optional. Standalone or cluster.
665
+ Optional. cluster or cluster-disabled.
664
666
  Possible values:
665
667
  CLUSTER
666
- STANDALONE
667
- Possible values are: `CLUSTER`, `STANDALONE`.
668
+ CLUSTER_DISABLED
669
+ Possible values are: `CLUSTER`, `CLUSTER_DISABLED`.
668
670
  """
669
671
  return pulumi.get(self, "mode")
670
672
 
@@ -1084,11 +1086,11 @@ class Instance(pulumi.CustomResource):
1084
1086
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
1085
1087
  Please refer to the field `effective_labels` for all of the labels present on the resource.
1086
1088
  :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `memorystore.googleapis.com/CertificateAuthority`.
1087
- :param pulumi.Input[str] mode: Optional. Standalone or cluster.
1089
+ :param pulumi.Input[str] mode: Optional. cluster or cluster-disabled.
1088
1090
  Possible values:
1089
1091
  CLUSTER
1090
- STANDALONE
1091
- Possible values are: `CLUSTER`, `STANDALONE`.
1092
+ CLUSTER_DISABLED
1093
+ Possible values are: `CLUSTER`, `CLUSTER_DISABLED`.
1092
1094
  :param pulumi.Input[str] node_type: Optional. Immutable. Machine type for individual nodes of the instance.
1093
1095
  Possible values:
1094
1096
  SHARED_CORE_NANO
@@ -1372,7 +1374,7 @@ class Instance(pulumi.CustomResource):
1372
1374
  desired_psc_auto_connections: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceDesiredPscAutoConnectionArgs', 'InstanceDesiredPscAutoConnectionArgsDict']]]]] = None,
1373
1375
  discovery_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceDiscoveryEndpointArgs', 'InstanceDiscoveryEndpointArgsDict']]]]] = None,
1374
1376
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1375
- endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]]] = None,
1377
+ endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceEndpointArgs', 'InstanceEndpointArgsDict']]]]] = None,
1376
1378
  engine_configs: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1377
1379
  engine_version: Optional[pulumi.Input[str]] = None,
1378
1380
  instance_id: Optional[pulumi.Input[str]] = None,
@@ -1411,7 +1413,8 @@ class Instance(pulumi.CustomResource):
1411
1413
  discovery endpoint is supported.
1412
1414
  Structure is documented below.
1413
1415
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
1414
- :param pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]] endpoints: Endpoints for the instance.
1416
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceEndpointArgs', 'InstanceEndpointArgsDict']]]] endpoints: Endpoints for the instance.
1417
+ Structure is documented below.
1415
1418
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] engine_configs: Optional. User-provided engine configurations for the instance.
1416
1419
  :param pulumi.Input[str] engine_version: Optional. Immutable. Engine version of the instance.
1417
1420
  :param pulumi.Input[str] instance_id: Required. The ID to use for the instance, which will become the final component of
@@ -1429,11 +1432,11 @@ class Instance(pulumi.CustomResource):
1429
1432
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
1430
1433
  Please refer to the field `effective_labels` for all of the labels present on the resource.
1431
1434
  :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `memorystore.googleapis.com/CertificateAuthority`.
1432
- :param pulumi.Input[str] mode: Optional. Standalone or cluster.
1435
+ :param pulumi.Input[str] mode: Optional. cluster or cluster-disabled.
1433
1436
  Possible values:
1434
1437
  CLUSTER
1435
- STANDALONE
1436
- Possible values are: `CLUSTER`, `STANDALONE`.
1438
+ CLUSTER_DISABLED
1439
+ Possible values are: `CLUSTER`, `CLUSTER_DISABLED`.
1437
1440
  :param pulumi.Input[str] name: Identifier. Unique name of the instance.
1438
1441
  Format: projects/{project}/locations/{location}/instances/{instance}
1439
1442
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceNodeConfigArgs', 'InstanceNodeConfigArgsDict']]]] node_configs: Represents configuration for nodes of the instance.
@@ -1559,9 +1562,10 @@ class Instance(pulumi.CustomResource):
1559
1562
 
1560
1563
  @property
1561
1564
  @pulumi.getter
1562
- def endpoints(self) -> pulumi.Output[Sequence[Sequence[Any]]]:
1565
+ def endpoints(self) -> pulumi.Output[Sequence['outputs.InstanceEndpoint']]:
1563
1566
  """
1564
1567
  Endpoints for the instance.
1568
+ Structure is documented below.
1565
1569
  """
1566
1570
  return pulumi.get(self, "endpoints")
1567
1571
 
@@ -1621,11 +1625,11 @@ class Instance(pulumi.CustomResource):
1621
1625
  @pulumi.getter
1622
1626
  def mode(self) -> pulumi.Output[str]:
1623
1627
  """
1624
- Optional. Standalone or cluster.
1628
+ Optional. cluster or cluster-disabled.
1625
1629
  Possible values:
1626
1630
  CLUSTER
1627
- STANDALONE
1628
- Possible values are: `CLUSTER`, `STANDALONE`.
1631
+ CLUSTER_DISABLED
1632
+ Possible values are: `CLUSTER`, `CLUSTER_DISABLED`.
1629
1633
  """
1630
1634
  return pulumi.get(self, "mode")
1631
1635