pulumi-gcp 8.33.0a1749001887__py3-none-any.whl → 8.34.0__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 (97) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/alloydb/cluster.py +16 -64
  3. pulumi_gcp/apigee/_inputs.py +89 -0
  4. pulumi_gcp/apigee/environment.py +68 -2
  5. pulumi_gcp/apigee/outputs.py +88 -0
  6. pulumi_gcp/apihub/__init__.py +1 -0
  7. pulumi_gcp/apihub/_inputs.py +184 -0
  8. pulumi_gcp/apihub/curation.py +812 -0
  9. pulumi_gcp/apihub/outputs.py +165 -0
  10. pulumi_gcp/beyondcorp/get_security_gateway.py +12 -1
  11. pulumi_gcp/beyondcorp/security_gateway.py +28 -0
  12. pulumi_gcp/bigquery/__init__.py +1 -0
  13. pulumi_gcp/bigquery/get_datasets.py +131 -0
  14. pulumi_gcp/bigquery/outputs.py +52 -0
  15. pulumi_gcp/cloudrunv2/_inputs.py +463 -0
  16. pulumi_gcp/cloudrunv2/outputs.py +581 -1
  17. pulumi_gcp/cloudrunv2/worker_pool.py +0 -8
  18. pulumi_gcp/colab/_inputs.py +14 -1
  19. pulumi_gcp/colab/outputs.py +8 -1
  20. pulumi_gcp/colab/runtime_template.py +5 -27
  21. pulumi_gcp/compute/__init__.py +3 -0
  22. pulumi_gcp/compute/_inputs.py +1829 -3
  23. pulumi_gcp/compute/backend_service.py +18 -2
  24. pulumi_gcp/compute/get_region_instance_template.py +12 -1
  25. pulumi_gcp/compute/get_router_nat.py +23 -1
  26. pulumi_gcp/compute/interconnect.py +32 -0
  27. pulumi_gcp/compute/interconnect_attachment.py +304 -0
  28. pulumi_gcp/compute/interconnect_attachment_group.py +636 -0
  29. pulumi_gcp/compute/interconnect_group.py +586 -0
  30. pulumi_gcp/compute/outputs.py +1321 -2
  31. pulumi_gcp/compute/region_instance_template.py +28 -0
  32. pulumi_gcp/compute/router_nat.py +143 -0
  33. pulumi_gcp/compute/snapshot_settings.py +285 -0
  34. pulumi_gcp/compute/url_map.py +338 -0
  35. pulumi_gcp/container/_inputs.py +57 -24
  36. pulumi_gcp/container/cluster.py +47 -0
  37. pulumi_gcp/container/get_cluster.py +12 -1
  38. pulumi_gcp/container/outputs.py +75 -20
  39. pulumi_gcp/dataplex/__init__.py +1 -0
  40. pulumi_gcp/dataplex/_inputs.py +492 -0
  41. pulumi_gcp/dataplex/datascan.py +2 -0
  42. pulumi_gcp/dataplex/entry.py +1038 -0
  43. pulumi_gcp/dataplex/outputs.py +357 -1
  44. pulumi_gcp/datastream/_inputs.py +48 -6
  45. pulumi_gcp/datastream/outputs.py +46 -4
  46. pulumi_gcp/datastream/private_connection.py +205 -35
  47. pulumi_gcp/dns/_inputs.py +73 -0
  48. pulumi_gcp/dns/outputs.py +60 -0
  49. pulumi_gcp/dns/policy.py +54 -0
  50. pulumi_gcp/eventarc/_inputs.py +12 -5
  51. pulumi_gcp/eventarc/outputs.py +8 -3
  52. pulumi_gcp/eventarc/pipeline.py +0 -12
  53. pulumi_gcp/filestore/_inputs.py +44 -1
  54. pulumi_gcp/filestore/instance.py +7 -7
  55. pulumi_gcp/filestore/outputs.py +52 -2
  56. pulumi_gcp/gemini/data_sharing_with_google_setting.py +58 -9
  57. pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +11 -16
  58. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +51 -2
  59. pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +11 -16
  60. pulumi_gcp/gkehub/_inputs.py +84 -7
  61. pulumi_gcp/gkehub/feature.py +38 -0
  62. pulumi_gcp/gkehub/outputs.py +102 -7
  63. pulumi_gcp/gkehub/scope_rbac_role_binding.py +54 -2
  64. pulumi_gcp/gkeonprem/_inputs.py +54 -0
  65. pulumi_gcp/gkeonprem/outputs.py +49 -0
  66. pulumi_gcp/gkeonprem/vmware_admin_cluster.py +71 -0
  67. pulumi_gcp/iam/workload_identity_pool_namespace.py +4 -4
  68. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  69. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  70. pulumi_gcp/managedkafka/connect_cluster.py +4 -4
  71. pulumi_gcp/managedkafka/connector.py +4 -4
  72. pulumi_gcp/memorystore/_inputs.py +6 -6
  73. pulumi_gcp/memorystore/outputs.py +8 -8
  74. pulumi_gcp/netapp/_inputs.py +113 -0
  75. pulumi_gcp/netapp/backup_vault.py +56 -0
  76. pulumi_gcp/netapp/outputs.py +92 -0
  77. pulumi_gcp/networkconnectivity/_inputs.py +9 -9
  78. pulumi_gcp/networkconnectivity/outputs.py +6 -6
  79. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  80. pulumi_gcp/networksecurity/backend_authentication_config.py +64 -0
  81. pulumi_gcp/orgpolicy/policy.py +2 -2
  82. pulumi_gcp/pubsub/_inputs.py +392 -0
  83. pulumi_gcp/pubsub/get_subscription.py +12 -1
  84. pulumi_gcp/pubsub/get_topic.py +12 -1
  85. pulumi_gcp/pubsub/outputs.py +548 -0
  86. pulumi_gcp/pubsub/subscription.py +67 -6
  87. pulumi_gcp/pubsub/topic.py +61 -0
  88. pulumi_gcp/pulumi-plugin.json +1 -1
  89. pulumi_gcp/redis/_inputs.py +3 -6
  90. pulumi_gcp/redis/outputs.py +2 -4
  91. pulumi_gcp/storage/bucket_object.py +4 -4
  92. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  93. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  94. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/METADATA +1 -1
  95. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/RECORD +97 -91
  96. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/WHEEL +0 -0
  97. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/top_level.txt +0 -0
@@ -2281,7 +2281,15 @@ class BackendService(pulumi.CustomResource):
2281
2281
  "dry_run": False,
2282
2282
  },
2283
2283
  ],
2284
- }])
2284
+ }],
2285
+ log_config={
2286
+ "enable": True,
2287
+ "optional_mode": "CUSTOM",
2288
+ "optional_fields": [
2289
+ "orca_load_report",
2290
+ "tls.protocol",
2291
+ ],
2292
+ })
2285
2293
  ```
2286
2294
  ### Backend Service Tls Settings
2287
2295
 
@@ -2903,7 +2911,15 @@ class BackendService(pulumi.CustomResource):
2903
2911
  "dry_run": False,
2904
2912
  },
2905
2913
  ],
2906
- }])
2914
+ }],
2915
+ log_config={
2916
+ "enable": True,
2917
+ "optional_mode": "CUSTOM",
2918
+ "optional_fields": [
2919
+ "orca_load_report",
2920
+ "tls.protocol",
2921
+ ],
2922
+ })
2907
2923
  ```
2908
2924
  ### Backend Service Tls Settings
2909
2925
 
@@ -28,7 +28,7 @@ class GetRegionInstanceTemplateResult:
28
28
  """
29
29
  A collection of values returned by getRegionInstanceTemplate.
30
30
  """
31
- def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None, creation_timestamp=None, description=None, disks=None, effective_labels=None, enable_display=None, filter=None, guest_accelerators=None, id=None, instance_description=None, key_revocation_action_type=None, labels=None, machine_type=None, metadata=None, metadata_fingerprint=None, metadata_startup_script=None, min_cpu_platform=None, most_recent=None, name=None, name_prefix=None, network_interfaces=None, network_performance_configs=None, partner_metadata=None, project=None, pulumi_labels=None, region=None, reservation_affinities=None, resource_manager_tags=None, resource_policies=None, schedulings=None, self_link=None, service_accounts=None, shielded_instance_configs=None, tags=None, tags_fingerprint=None):
31
+ def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None, creation_timestamp=None, description=None, disks=None, effective_labels=None, enable_display=None, filter=None, guest_accelerators=None, id=None, instance_description=None, key_revocation_action_type=None, labels=None, machine_type=None, metadata=None, metadata_fingerprint=None, metadata_startup_script=None, min_cpu_platform=None, most_recent=None, name=None, name_prefix=None, network_interfaces=None, network_performance_configs=None, numeric_id=None, partner_metadata=None, project=None, pulumi_labels=None, region=None, reservation_affinities=None, resource_manager_tags=None, resource_policies=None, schedulings=None, self_link=None, service_accounts=None, shielded_instance_configs=None, tags=None, tags_fingerprint=None):
32
32
  if advanced_machine_features and not isinstance(advanced_machine_features, list):
33
33
  raise TypeError("Expected argument 'advanced_machine_features' to be a list")
34
34
  pulumi.set(__self__, "advanced_machine_features", advanced_machine_features)
@@ -101,6 +101,9 @@ class GetRegionInstanceTemplateResult:
101
101
  if network_performance_configs and not isinstance(network_performance_configs, list):
102
102
  raise TypeError("Expected argument 'network_performance_configs' to be a list")
103
103
  pulumi.set(__self__, "network_performance_configs", network_performance_configs)
104
+ if numeric_id and not isinstance(numeric_id, str):
105
+ raise TypeError("Expected argument 'numeric_id' to be a str")
106
+ pulumi.set(__self__, "numeric_id", numeric_id)
104
107
  if partner_metadata and not isinstance(partner_metadata, dict):
105
108
  raise TypeError("Expected argument 'partner_metadata' to be a dict")
106
109
  pulumi.set(__self__, "partner_metadata", partner_metadata)
@@ -333,6 +336,11 @@ class GetRegionInstanceTemplateResult:
333
336
  """
334
337
  return pulumi.get(self, "network_performance_configs")
335
338
 
339
+ @property
340
+ @pulumi.getter(name="numericId")
341
+ def numeric_id(self) -> builtins.str:
342
+ return pulumi.get(self, "numeric_id")
343
+
336
344
  @property
337
345
  @pulumi.getter(name="partnerMetadata")
338
346
  def partner_metadata(self) -> Mapping[str, builtins.str]:
@@ -456,6 +464,7 @@ class AwaitableGetRegionInstanceTemplateResult(GetRegionInstanceTemplateResult):
456
464
  name_prefix=self.name_prefix,
457
465
  network_interfaces=self.network_interfaces,
458
466
  network_performance_configs=self.network_performance_configs,
467
+ numeric_id=self.numeric_id,
459
468
  partner_metadata=self.partner_metadata,
460
469
  project=self.project,
461
470
  pulumi_labels=self.pulumi_labels,
@@ -541,6 +550,7 @@ def get_region_instance_template(filter: Optional[builtins.str] = None,
541
550
  name_prefix=pulumi.get(__ret__, 'name_prefix'),
542
551
  network_interfaces=pulumi.get(__ret__, 'network_interfaces'),
543
552
  network_performance_configs=pulumi.get(__ret__, 'network_performance_configs'),
553
+ numeric_id=pulumi.get(__ret__, 'numeric_id'),
544
554
  partner_metadata=pulumi.get(__ret__, 'partner_metadata'),
545
555
  project=pulumi.get(__ret__, 'project'),
546
556
  pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
@@ -623,6 +633,7 @@ def get_region_instance_template_output(filter: Optional[pulumi.Input[Optional[b
623
633
  name_prefix=pulumi.get(__response__, 'name_prefix'),
624
634
  network_interfaces=pulumi.get(__response__, 'network_interfaces'),
625
635
  network_performance_configs=pulumi.get(__response__, 'network_performance_configs'),
636
+ numeric_id=pulumi.get(__response__, 'numeric_id'),
626
637
  partner_metadata=pulumi.get(__response__, 'partner_metadata'),
627
638
  project=pulumi.get(__response__, 'project'),
628
639
  pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
@@ -28,7 +28,7 @@ class GetRouterNatResult:
28
28
  """
29
29
  A collection of values returned by getRouterNat.
30
30
  """
31
- def __init__(__self__, auto_network_tier=None, drain_nat_ips=None, enable_dynamic_port_allocation=None, enable_endpoint_independent_mapping=None, endpoint_types=None, icmp_idle_timeout_sec=None, id=None, initial_nat_ips=None, log_configs=None, max_ports_per_vm=None, min_ports_per_vm=None, name=None, nat_ip_allocate_option=None, nat_ips=None, project=None, region=None, router=None, rules=None, source_subnetwork_ip_ranges_to_nat=None, subnetworks=None, tcp_established_idle_timeout_sec=None, tcp_time_wait_timeout_sec=None, tcp_transitory_idle_timeout_sec=None, type=None, udp_idle_timeout_sec=None):
31
+ def __init__(__self__, auto_network_tier=None, drain_nat_ips=None, enable_dynamic_port_allocation=None, enable_endpoint_independent_mapping=None, endpoint_types=None, icmp_idle_timeout_sec=None, id=None, initial_nat_ips=None, log_configs=None, max_ports_per_vm=None, min_ports_per_vm=None, name=None, nat64_subnetworks=None, nat_ip_allocate_option=None, nat_ips=None, project=None, region=None, router=None, rules=None, source_subnetwork_ip_ranges_to_nat=None, source_subnetwork_ip_ranges_to_nat64=None, subnetworks=None, tcp_established_idle_timeout_sec=None, tcp_time_wait_timeout_sec=None, tcp_transitory_idle_timeout_sec=None, type=None, udp_idle_timeout_sec=None):
32
32
  if auto_network_tier and not isinstance(auto_network_tier, str):
33
33
  raise TypeError("Expected argument 'auto_network_tier' to be a str")
34
34
  pulumi.set(__self__, "auto_network_tier", auto_network_tier)
@@ -65,6 +65,9 @@ class GetRouterNatResult:
65
65
  if name and not isinstance(name, str):
66
66
  raise TypeError("Expected argument 'name' to be a str")
67
67
  pulumi.set(__self__, "name", name)
68
+ if nat64_subnetworks and not isinstance(nat64_subnetworks, list):
69
+ raise TypeError("Expected argument 'nat64_subnetworks' to be a list")
70
+ pulumi.set(__self__, "nat64_subnetworks", nat64_subnetworks)
68
71
  if nat_ip_allocate_option and not isinstance(nat_ip_allocate_option, str):
69
72
  raise TypeError("Expected argument 'nat_ip_allocate_option' to be a str")
70
73
  pulumi.set(__self__, "nat_ip_allocate_option", nat_ip_allocate_option)
@@ -86,6 +89,9 @@ class GetRouterNatResult:
86
89
  if source_subnetwork_ip_ranges_to_nat and not isinstance(source_subnetwork_ip_ranges_to_nat, str):
87
90
  raise TypeError("Expected argument 'source_subnetwork_ip_ranges_to_nat' to be a str")
88
91
  pulumi.set(__self__, "source_subnetwork_ip_ranges_to_nat", source_subnetwork_ip_ranges_to_nat)
92
+ if source_subnetwork_ip_ranges_to_nat64 and not isinstance(source_subnetwork_ip_ranges_to_nat64, str):
93
+ raise TypeError("Expected argument 'source_subnetwork_ip_ranges_to_nat64' to be a str")
94
+ pulumi.set(__self__, "source_subnetwork_ip_ranges_to_nat64", source_subnetwork_ip_ranges_to_nat64)
89
95
  if subnetworks and not isinstance(subnetworks, list):
90
96
  raise TypeError("Expected argument 'subnetworks' to be a list")
91
97
  pulumi.set(__self__, "subnetworks", subnetworks)
@@ -168,6 +174,11 @@ class GetRouterNatResult:
168
174
  def name(self) -> builtins.str:
169
175
  return pulumi.get(self, "name")
170
176
 
177
+ @property
178
+ @pulumi.getter(name="nat64Subnetworks")
179
+ def nat64_subnetworks(self) -> Sequence['outputs.GetRouterNatNat64SubnetworkResult']:
180
+ return pulumi.get(self, "nat64_subnetworks")
181
+
171
182
  @property
172
183
  @pulumi.getter(name="natIpAllocateOption")
173
184
  def nat_ip_allocate_option(self) -> builtins.str:
@@ -203,6 +214,11 @@ class GetRouterNatResult:
203
214
  def source_subnetwork_ip_ranges_to_nat(self) -> builtins.str:
204
215
  return pulumi.get(self, "source_subnetwork_ip_ranges_to_nat")
205
216
 
217
+ @property
218
+ @pulumi.getter(name="sourceSubnetworkIpRangesToNat64")
219
+ def source_subnetwork_ip_ranges_to_nat64(self) -> builtins.str:
220
+ return pulumi.get(self, "source_subnetwork_ip_ranges_to_nat64")
221
+
206
222
  @property
207
223
  @pulumi.getter
208
224
  def subnetworks(self) -> Sequence['outputs.GetRouterNatSubnetworkResult']:
@@ -252,6 +268,7 @@ class AwaitableGetRouterNatResult(GetRouterNatResult):
252
268
  max_ports_per_vm=self.max_ports_per_vm,
253
269
  min_ports_per_vm=self.min_ports_per_vm,
254
270
  name=self.name,
271
+ nat64_subnetworks=self.nat64_subnetworks,
255
272
  nat_ip_allocate_option=self.nat_ip_allocate_option,
256
273
  nat_ips=self.nat_ips,
257
274
  project=self.project,
@@ -259,6 +276,7 @@ class AwaitableGetRouterNatResult(GetRouterNatResult):
259
276
  router=self.router,
260
277
  rules=self.rules,
261
278
  source_subnetwork_ip_ranges_to_nat=self.source_subnetwork_ip_ranges_to_nat,
279
+ source_subnetwork_ip_ranges_to_nat64=self.source_subnetwork_ip_ranges_to_nat64,
262
280
  subnetworks=self.subnetworks,
263
281
  tcp_established_idle_timeout_sec=self.tcp_established_idle_timeout_sec,
264
282
  tcp_time_wait_timeout_sec=self.tcp_time_wait_timeout_sec,
@@ -320,6 +338,7 @@ def get_router_nat(name: Optional[builtins.str] = None,
320
338
  max_ports_per_vm=pulumi.get(__ret__, 'max_ports_per_vm'),
321
339
  min_ports_per_vm=pulumi.get(__ret__, 'min_ports_per_vm'),
322
340
  name=pulumi.get(__ret__, 'name'),
341
+ nat64_subnetworks=pulumi.get(__ret__, 'nat64_subnetworks'),
323
342
  nat_ip_allocate_option=pulumi.get(__ret__, 'nat_ip_allocate_option'),
324
343
  nat_ips=pulumi.get(__ret__, 'nat_ips'),
325
344
  project=pulumi.get(__ret__, 'project'),
@@ -327,6 +346,7 @@ def get_router_nat(name: Optional[builtins.str] = None,
327
346
  router=pulumi.get(__ret__, 'router'),
328
347
  rules=pulumi.get(__ret__, 'rules'),
329
348
  source_subnetwork_ip_ranges_to_nat=pulumi.get(__ret__, 'source_subnetwork_ip_ranges_to_nat'),
349
+ source_subnetwork_ip_ranges_to_nat64=pulumi.get(__ret__, 'source_subnetwork_ip_ranges_to_nat64'),
330
350
  subnetworks=pulumi.get(__ret__, 'subnetworks'),
331
351
  tcp_established_idle_timeout_sec=pulumi.get(__ret__, 'tcp_established_idle_timeout_sec'),
332
352
  tcp_time_wait_timeout_sec=pulumi.get(__ret__, 'tcp_time_wait_timeout_sec'),
@@ -385,6 +405,7 @@ def get_router_nat_output(name: Optional[pulumi.Input[builtins.str]] = None,
385
405
  max_ports_per_vm=pulumi.get(__response__, 'max_ports_per_vm'),
386
406
  min_ports_per_vm=pulumi.get(__response__, 'min_ports_per_vm'),
387
407
  name=pulumi.get(__response__, 'name'),
408
+ nat64_subnetworks=pulumi.get(__response__, 'nat64_subnetworks'),
388
409
  nat_ip_allocate_option=pulumi.get(__response__, 'nat_ip_allocate_option'),
389
410
  nat_ips=pulumi.get(__response__, 'nat_ips'),
390
411
  project=pulumi.get(__response__, 'project'),
@@ -392,6 +413,7 @@ def get_router_nat_output(name: Optional[pulumi.Input[builtins.str]] = None,
392
413
  router=pulumi.get(__response__, 'router'),
393
414
  rules=pulumi.get(__response__, 'rules'),
394
415
  source_subnetwork_ip_ranges_to_nat=pulumi.get(__response__, 'source_subnetwork_ip_ranges_to_nat'),
416
+ source_subnetwork_ip_ranges_to_nat64=pulumi.get(__response__, 'source_subnetwork_ip_ranges_to_nat64'),
395
417
  subnetworks=pulumi.get(__response__, 'subnetworks'),
396
418
  tcp_established_idle_timeout_sec=pulumi.get(__response__, 'tcp_established_idle_timeout_sec'),
397
419
  tcp_time_wait_timeout_sec=pulumi.get(__response__, 'tcp_time_wait_timeout_sec'),
@@ -355,6 +355,7 @@ class _InterconnectState:
355
355
  google_ip_address: Optional[pulumi.Input[builtins.str]] = None,
356
356
  google_reference_id: Optional[pulumi.Input[builtins.str]] = None,
357
357
  interconnect_attachments: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
358
+ interconnect_groups: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
358
359
  interconnect_type: Optional[pulumi.Input[builtins.str]] = None,
359
360
  label_fingerprint: Optional[pulumi.Input[builtins.str]] = None,
360
361
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
@@ -398,6 +399,8 @@ class _InterconnectState:
398
399
  :param pulumi.Input[builtins.str] google_reference_id: Google reference ID to be used when raising support tickets with Google or otherwise to debug
399
400
  backend connectivity issues.
400
401
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] interconnect_attachments: A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
402
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] interconnect_groups: URLs of InterconnectGroups that include this Interconnect.
403
+ Order is arbitrary and items are unique.
401
404
  :param pulumi.Input[builtins.str] interconnect_type: Type of interconnect. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.
402
405
  Can take one of the following values:
403
406
  - PARTNER: A partner-managed interconnection shared between customers though a partner.
@@ -495,6 +498,8 @@ class _InterconnectState:
495
498
  pulumi.set(__self__, "google_reference_id", google_reference_id)
496
499
  if interconnect_attachments is not None:
497
500
  pulumi.set(__self__, "interconnect_attachments", interconnect_attachments)
501
+ if interconnect_groups is not None:
502
+ pulumi.set(__self__, "interconnect_groups", interconnect_groups)
498
503
  if interconnect_type is not None:
499
504
  pulumi.set(__self__, "interconnect_type", interconnect_type)
500
505
  if label_fingerprint is not None:
@@ -677,6 +682,19 @@ class _InterconnectState:
677
682
  def interconnect_attachments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
678
683
  pulumi.set(self, "interconnect_attachments", value)
679
684
 
685
+ @property
686
+ @pulumi.getter(name="interconnectGroups")
687
+ def interconnect_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
688
+ """
689
+ URLs of InterconnectGroups that include this Interconnect.
690
+ Order is arbitrary and items are unique.
691
+ """
692
+ return pulumi.get(self, "interconnect_groups")
693
+
694
+ @interconnect_groups.setter
695
+ def interconnect_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
696
+ pulumi.set(self, "interconnect_groups", value)
697
+
680
698
  @property
681
699
  @pulumi.getter(name="interconnectType")
682
700
  def interconnect_type(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -1220,6 +1238,7 @@ class Interconnect(pulumi.CustomResource):
1220
1238
  __props__.__dict__["google_ip_address"] = None
1221
1239
  __props__.__dict__["google_reference_id"] = None
1222
1240
  __props__.__dict__["interconnect_attachments"] = None
1241
+ __props__.__dict__["interconnect_groups"] = None
1223
1242
  __props__.__dict__["label_fingerprint"] = None
1224
1243
  __props__.__dict__["operational_status"] = None
1225
1244
  __props__.__dict__["peer_ip_address"] = None
@@ -1250,6 +1269,7 @@ class Interconnect(pulumi.CustomResource):
1250
1269
  google_ip_address: Optional[pulumi.Input[builtins.str]] = None,
1251
1270
  google_reference_id: Optional[pulumi.Input[builtins.str]] = None,
1252
1271
  interconnect_attachments: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1272
+ interconnect_groups: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1253
1273
  interconnect_type: Optional[pulumi.Input[builtins.str]] = None,
1254
1274
  label_fingerprint: Optional[pulumi.Input[builtins.str]] = None,
1255
1275
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
@@ -1298,6 +1318,8 @@ class Interconnect(pulumi.CustomResource):
1298
1318
  :param pulumi.Input[builtins.str] google_reference_id: Google reference ID to be used when raising support tickets with Google or otherwise to debug
1299
1319
  backend connectivity issues.
1300
1320
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] interconnect_attachments: A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
1321
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] interconnect_groups: URLs of InterconnectGroups that include this Interconnect.
1322
+ Order is arbitrary and items are unique.
1301
1323
  :param pulumi.Input[builtins.str] interconnect_type: Type of interconnect. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.
1302
1324
  Can take one of the following values:
1303
1325
  - PARTNER: A partner-managed interconnection shared between customers though a partner.
@@ -1388,6 +1410,7 @@ class Interconnect(pulumi.CustomResource):
1388
1410
  __props__.__dict__["google_ip_address"] = google_ip_address
1389
1411
  __props__.__dict__["google_reference_id"] = google_reference_id
1390
1412
  __props__.__dict__["interconnect_attachments"] = interconnect_attachments
1413
+ __props__.__dict__["interconnect_groups"] = interconnect_groups
1391
1414
  __props__.__dict__["interconnect_type"] = interconnect_type
1392
1415
  __props__.__dict__["label_fingerprint"] = label_fingerprint
1393
1416
  __props__.__dict__["labels"] = labels
@@ -1508,6 +1531,15 @@ class Interconnect(pulumi.CustomResource):
1508
1531
  """
1509
1532
  return pulumi.get(self, "interconnect_attachments")
1510
1533
 
1534
+ @property
1535
+ @pulumi.getter(name="interconnectGroups")
1536
+ def interconnect_groups(self) -> pulumi.Output[Sequence[builtins.str]]:
1537
+ """
1538
+ URLs of InterconnectGroups that include this Interconnect.
1539
+ Order is arbitrary and items are unique.
1540
+ """
1541
+ return pulumi.get(self, "interconnect_groups")
1542
+
1511
1543
  @property
1512
1544
  @pulumi.getter(name="interconnectType")
1513
1545
  def interconnect_type(self) -> pulumi.Output[builtins.str]: