pulumi-gcp 7.25.0__py3-none-any.whl → 7.25.0a1717097889__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 (62) hide show
  1. pulumi_gcp/__init__.py +0 -88
  2. pulumi_gcp/appengine/_inputs.py +0 -18
  3. pulumi_gcp/appengine/domain_mapping.py +1 -1
  4. pulumi_gcp/appengine/outputs.py +0 -16
  5. pulumi_gcp/bigquery/_inputs.py +2 -286
  6. pulumi_gcp/bigquery/outputs.py +2 -289
  7. pulumi_gcp/bigquery/table.py +35 -77
  8. pulumi_gcp/cloudfunctionsv2/function.py +4 -0
  9. pulumi_gcp/cloudrun/_inputs.py +4 -80
  10. pulumi_gcp/cloudrun/outputs.py +4 -137
  11. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  12. pulumi_gcp/compute/__init__.py +0 -1
  13. pulumi_gcp/compute/_inputs.py +176 -398
  14. pulumi_gcp/compute/instance_group_membership.py +2 -2
  15. pulumi_gcp/compute/interconnect_attachment.py +0 -82
  16. pulumi_gcp/compute/network_endpoint.py +2 -2
  17. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  18. pulumi_gcp/compute/outputs.py +161 -609
  19. pulumi_gcp/compute/region_ssl_policy.py +40 -39
  20. pulumi_gcp/compute/security_policy_rule.py +1 -55
  21. pulumi_gcp/container/_inputs.py +0 -560
  22. pulumi_gcp/container/outputs.py +51 -1106
  23. pulumi_gcp/dataplex/__init__.py +0 -10
  24. pulumi_gcp/dataplex/_inputs.py +0 -160
  25. pulumi_gcp/dataplex/outputs.py +0 -112
  26. pulumi_gcp/datastream/connection_profile.py +0 -47
  27. pulumi_gcp/datastream/private_connection.py +0 -47
  28. pulumi_gcp/datastream/stream.py +0 -47
  29. pulumi_gcp/dns/get_managed_zone.py +3 -3
  30. pulumi_gcp/dns/managed_zone.py +7 -7
  31. pulumi_gcp/dns/outputs.py +2 -2
  32. pulumi_gcp/kms/__init__.py +0 -2
  33. pulumi_gcp/networkservices/__init__.py +0 -1
  34. pulumi_gcp/networkservices/_inputs.py +27 -245
  35. pulumi_gcp/networkservices/lb_traffic_extension.py +14 -28
  36. pulumi_gcp/networkservices/outputs.py +20 -251
  37. pulumi_gcp/orgpolicy/policy.py +2 -2
  38. pulumi_gcp/pubsub/_inputs.py +0 -16
  39. pulumi_gcp/pubsub/outputs.py +0 -25
  40. pulumi_gcp/pubsub/subscription.py +4 -8
  41. pulumi_gcp/pulumi-plugin.json +1 -1
  42. pulumi_gcp/sql/user.py +4 -4
  43. pulumi_gcp/tpu/_inputs.py +2 -2
  44. pulumi_gcp/tpu/outputs.py +2 -2
  45. {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/METADATA +1 -1
  46. {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/RECORD +48 -62
  47. pulumi_gcp/compute/get_subnetworks.py +0 -157
  48. pulumi_gcp/dataplex/aspect_type.py +0 -1077
  49. pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -765
  50. pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -765
  51. pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -604
  52. pulumi_gcp/dataplex/entry_group.py +0 -722
  53. pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -765
  54. pulumi_gcp/dataplex/entry_group_iam_member.py +0 -765
  55. pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -604
  56. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -164
  57. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -164
  58. pulumi_gcp/kms/autokey_config.py +0 -366
  59. pulumi_gcp/kms/key_handle.py +0 -548
  60. pulumi_gcp/networkservices/lb_route_extension.py +0 -663
  61. {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/WHEEL +0 -0
  62. {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/top_level.txt +0 -0
@@ -189,7 +189,7 @@ class InstanceGroupMembership(pulumi.CustomResource):
189
189
  > **NOTE** This resource has been added to avoid a situation, where after
190
190
  Instance is recreated, it's removed from Instance Group and it's needed to
191
191
  perform `apply` twice. To avoid situations like this, please use this resource
192
- with the lifecycle `replace_triggered_by` method, with the passed Instance's ID.
192
+ with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
193
193
 
194
194
  To get more information about InstanceGroupMembership, see:
195
195
 
@@ -282,7 +282,7 @@ class InstanceGroupMembership(pulumi.CustomResource):
282
282
  > **NOTE** This resource has been added to avoid a situation, where after
283
283
  Instance is recreated, it's removed from Instance Group and it's needed to
284
284
  perform `apply` twice. To avoid situations like this, please use this resource
285
- with the lifecycle `replace_triggered_by` method, with the passed Instance's ID.
285
+ with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
286
286
 
287
287
  To get more information about InstanceGroupMembership, see:
288
288
 
@@ -30,7 +30,6 @@ class InterconnectAttachmentArgs:
30
30
  project: Optional[pulumi.Input[str]] = None,
31
31
  region: Optional[pulumi.Input[str]] = None,
32
32
  stack_type: Optional[pulumi.Input[str]] = None,
33
- subnet_length: Optional[pulumi.Input[int]] = None,
34
33
  type: Optional[pulumi.Input[str]] = None,
35
34
  vlan_tag8021q: Optional[pulumi.Input[int]] = None):
36
35
  """
@@ -111,12 +110,6 @@ class InterconnectAttachmentArgs:
111
110
  This field can be both set at interconnect attachments creation and update
112
111
  interconnect attachment operations.
113
112
  Possible values are: `IPV4_IPV6`, `IPV4_ONLY`.
114
- :param pulumi.Input[int] subnet_length: Length of the IPv4 subnet mask. Allowed values: 29 (default), 30. The default value is 29,
115
- except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a
116
- constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure
117
- remote location fall into this category. In these cases, the default value is 30, and
118
- requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it
119
- gives Google Cloud Support more debugging visibility.
120
113
  :param pulumi.Input[str] type: The type of InterconnectAttachment you wish to create. Defaults to
121
114
  DEDICATED.
122
115
  Possible values are: `DEDICATED`, `PARTNER`, `PARTNER_PROVIDER`.
@@ -150,8 +143,6 @@ class InterconnectAttachmentArgs:
150
143
  pulumi.set(__self__, "region", region)
151
144
  if stack_type is not None:
152
145
  pulumi.set(__self__, "stack_type", stack_type)
153
- if subnet_length is not None:
154
- pulumi.set(__self__, "subnet_length", subnet_length)
155
146
  if type is not None:
156
147
  pulumi.set(__self__, "type", type)
157
148
  if vlan_tag8021q is not None:
@@ -387,23 +378,6 @@ class InterconnectAttachmentArgs:
387
378
  def stack_type(self, value: Optional[pulumi.Input[str]]):
388
379
  pulumi.set(self, "stack_type", value)
389
380
 
390
- @property
391
- @pulumi.getter(name="subnetLength")
392
- def subnet_length(self) -> Optional[pulumi.Input[int]]:
393
- """
394
- Length of the IPv4 subnet mask. Allowed values: 29 (default), 30. The default value is 29,
395
- except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a
396
- constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure
397
- remote location fall into this category. In these cases, the default value is 30, and
398
- requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it
399
- gives Google Cloud Support more debugging visibility.
400
- """
401
- return pulumi.get(self, "subnet_length")
402
-
403
- @subnet_length.setter
404
- def subnet_length(self, value: Optional[pulumi.Input[int]]):
405
- pulumi.set(self, "subnet_length", value)
406
-
407
381
  @property
408
382
  @pulumi.getter
409
383
  def type(self) -> Optional[pulumi.Input[str]]:
@@ -460,7 +434,6 @@ class _InterconnectAttachmentState:
460
434
  self_link: Optional[pulumi.Input[str]] = None,
461
435
  stack_type: Optional[pulumi.Input[str]] = None,
462
436
  state: Optional[pulumi.Input[str]] = None,
463
- subnet_length: Optional[pulumi.Input[int]] = None,
464
437
  type: Optional[pulumi.Input[str]] = None,
465
438
  vlan_tag8021q: Optional[pulumi.Input[int]] = None):
466
439
  """
@@ -563,12 +536,6 @@ class _InterconnectAttachmentState:
563
536
  interconnect attachment operations.
564
537
  Possible values are: `IPV4_IPV6`, `IPV4_ONLY`.
565
538
  :param pulumi.Input[str] state: [Output Only] The current state of this attachment's functionality.
566
- :param pulumi.Input[int] subnet_length: Length of the IPv4 subnet mask. Allowed values: 29 (default), 30. The default value is 29,
567
- except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a
568
- constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure
569
- remote location fall into this category. In these cases, the default value is 30, and
570
- requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it
571
- gives Google Cloud Support more debugging visibility.
572
539
  :param pulumi.Input[str] type: The type of InterconnectAttachment you wish to create. Defaults to
573
540
  DEDICATED.
574
541
  Possible values are: `DEDICATED`, `PARTNER`, `PARTNER_PROVIDER`.
@@ -625,8 +592,6 @@ class _InterconnectAttachmentState:
625
592
  pulumi.set(__self__, "stack_type", stack_type)
626
593
  if state is not None:
627
594
  pulumi.set(__self__, "state", state)
628
- if subnet_length is not None:
629
- pulumi.set(__self__, "subnet_length", subnet_length)
630
595
  if type is not None:
631
596
  pulumi.set(__self__, "type", type)
632
597
  if vlan_tag8021q is not None:
@@ -1005,23 +970,6 @@ class _InterconnectAttachmentState:
1005
970
  def state(self, value: Optional[pulumi.Input[str]]):
1006
971
  pulumi.set(self, "state", value)
1007
972
 
1008
- @property
1009
- @pulumi.getter(name="subnetLength")
1010
- def subnet_length(self) -> Optional[pulumi.Input[int]]:
1011
- """
1012
- Length of the IPv4 subnet mask. Allowed values: 29 (default), 30. The default value is 29,
1013
- except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a
1014
- constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure
1015
- remote location fall into this category. In these cases, the default value is 30, and
1016
- requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it
1017
- gives Google Cloud Support more debugging visibility.
1018
- """
1019
- return pulumi.get(self, "subnet_length")
1020
-
1021
- @subnet_length.setter
1022
- def subnet_length(self, value: Optional[pulumi.Input[int]]):
1023
- pulumi.set(self, "subnet_length", value)
1024
-
1025
973
  @property
1026
974
  @pulumi.getter
1027
975
  def type(self) -> Optional[pulumi.Input[str]]:
@@ -1069,7 +1017,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1069
1017
  region: Optional[pulumi.Input[str]] = None,
1070
1018
  router: Optional[pulumi.Input[str]] = None,
1071
1019
  stack_type: Optional[pulumi.Input[str]] = None,
1072
- subnet_length: Optional[pulumi.Input[int]] = None,
1073
1020
  type: Optional[pulumi.Input[str]] = None,
1074
1021
  vlan_tag8021q: Optional[pulumi.Input[int]] = None,
1075
1022
  __props__=None):
@@ -1241,12 +1188,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1241
1188
  This field can be both set at interconnect attachments creation and update
1242
1189
  interconnect attachment operations.
1243
1190
  Possible values are: `IPV4_IPV6`, `IPV4_ONLY`.
1244
- :param pulumi.Input[int] subnet_length: Length of the IPv4 subnet mask. Allowed values: 29 (default), 30. The default value is 29,
1245
- except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a
1246
- constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure
1247
- remote location fall into this category. In these cases, the default value is 30, and
1248
- requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it
1249
- gives Google Cloud Support more debugging visibility.
1250
1191
  :param pulumi.Input[str] type: The type of InterconnectAttachment you wish to create. Defaults to
1251
1192
  DEDICATED.
1252
1193
  Possible values are: `DEDICATED`, `PARTNER`, `PARTNER_PROVIDER`.
@@ -1378,7 +1319,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1378
1319
  region: Optional[pulumi.Input[str]] = None,
1379
1320
  router: Optional[pulumi.Input[str]] = None,
1380
1321
  stack_type: Optional[pulumi.Input[str]] = None,
1381
- subnet_length: Optional[pulumi.Input[int]] = None,
1382
1322
  type: Optional[pulumi.Input[str]] = None,
1383
1323
  vlan_tag8021q: Optional[pulumi.Input[int]] = None,
1384
1324
  __props__=None):
@@ -1406,7 +1346,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1406
1346
  raise TypeError("Missing required property 'router'")
1407
1347
  __props__.__dict__["router"] = router
1408
1348
  __props__.__dict__["stack_type"] = stack_type
1409
- __props__.__dict__["subnet_length"] = subnet_length
1410
1349
  __props__.__dict__["type"] = type
1411
1350
  __props__.__dict__["vlan_tag8021q"] = vlan_tag8021q
1412
1351
  __props__.__dict__["cloud_router_ip_address"] = None
@@ -1455,7 +1394,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1455
1394
  self_link: Optional[pulumi.Input[str]] = None,
1456
1395
  stack_type: Optional[pulumi.Input[str]] = None,
1457
1396
  state: Optional[pulumi.Input[str]] = None,
1458
- subnet_length: Optional[pulumi.Input[int]] = None,
1459
1397
  type: Optional[pulumi.Input[str]] = None,
1460
1398
  vlan_tag8021q: Optional[pulumi.Input[int]] = None) -> 'InterconnectAttachment':
1461
1399
  """
@@ -1563,12 +1501,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1563
1501
  interconnect attachment operations.
1564
1502
  Possible values are: `IPV4_IPV6`, `IPV4_ONLY`.
1565
1503
  :param pulumi.Input[str] state: [Output Only] The current state of this attachment's functionality.
1566
- :param pulumi.Input[int] subnet_length: Length of the IPv4 subnet mask. Allowed values: 29 (default), 30. The default value is 29,
1567
- except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a
1568
- constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure
1569
- remote location fall into this category. In these cases, the default value is 30, and
1570
- requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it
1571
- gives Google Cloud Support more debugging visibility.
1572
1504
  :param pulumi.Input[str] type: The type of InterconnectAttachment you wish to create. Defaults to
1573
1505
  DEDICATED.
1574
1506
  Possible values are: `DEDICATED`, `PARTNER`, `PARTNER_PROVIDER`.
@@ -1604,7 +1536,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1604
1536
  __props__.__dict__["self_link"] = self_link
1605
1537
  __props__.__dict__["stack_type"] = stack_type
1606
1538
  __props__.__dict__["state"] = state
1607
- __props__.__dict__["subnet_length"] = subnet_length
1608
1539
  __props__.__dict__["type"] = type
1609
1540
  __props__.__dict__["vlan_tag8021q"] = vlan_tag8021q
1610
1541
  return InterconnectAttachment(resource_name, opts=opts, __props__=__props__)
@@ -1882,19 +1813,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1882
1813
  """
1883
1814
  return pulumi.get(self, "state")
1884
1815
 
1885
- @property
1886
- @pulumi.getter(name="subnetLength")
1887
- def subnet_length(self) -> pulumi.Output[Optional[int]]:
1888
- """
1889
- Length of the IPv4 subnet mask. Allowed values: 29 (default), 30. The default value is 29,
1890
- except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a
1891
- constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure
1892
- remote location fall into this category. In these cases, the default value is 30, and
1893
- requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it
1894
- gives Google Cloud Support more debugging visibility.
1895
- """
1896
- return pulumi.get(self, "subnet_length")
1897
-
1898
1816
  @property
1899
1817
  @pulumi.getter
1900
1818
  def type(self) -> pulumi.Output[str]:
@@ -278,7 +278,7 @@ class NetworkEndpoint(pulumi.CustomResource):
278
278
 
279
279
  > **NOTE** In case the Endpoint's Instance is recreated, it's needed to
280
280
  perform `apply` twice. To avoid situations like this, please use this resource
281
- with the lifecycle `replace_triggered_by` method, with the passed Instance's ID.
281
+ with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
282
282
 
283
283
  To get more information about NetworkEndpoint, see:
284
284
 
@@ -393,7 +393,7 @@ class NetworkEndpoint(pulumi.CustomResource):
393
393
 
394
394
  > **NOTE** In case the Endpoint's Instance is recreated, it's needed to
395
395
  perform `apply` twice. To avoid situations like this, please use this resource
396
- with the lifecycle `replace_triggered_by` method, with the passed Instance's ID.
396
+ with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
397
397
 
398
398
  To get more information about NetworkEndpoint, see:
399
399
 
@@ -206,7 +206,7 @@ class NetworkEndpointList(pulumi.CustomResource):
206
206
 
207
207
  > **NOTE** In case the Endpoint's Instance is recreated, it's needed to
208
208
  perform `apply` twice. To avoid situations like this, please use this resource
209
- with the lifecycle `replace_triggered_by` method, with the passed Instance's ID.
209
+ with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
210
210
 
211
211
  To get more information about NetworkEndpoints, see:
212
212
 
@@ -340,7 +340,7 @@ class NetworkEndpointList(pulumi.CustomResource):
340
340
 
341
341
  > **NOTE** In case the Endpoint's Instance is recreated, it's needed to
342
342
  perform `apply` twice. To avoid situations like this, please use this resource
343
- with the lifecycle `replace_triggered_by` method, with the passed Instance's ID.
343
+ with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
344
344
 
345
345
  To get more information about NetworkEndpoints, see:
346
346